SYMBOL INDEX (397 symbols across 69 files) FILE: app/src/main/java/com/weihuagu/receiptnotice/DatabaseHelper.java class DatabaseHelper (line 9) | public class DatabaseHelper extends SQLiteOpenHelper { method DatabaseHelper (line 13) | public DatabaseHelper(@Nullable Context context, @Nullable String name... method onCreate (line 17) | @Override method onUpgrade (line 27) | @Override FILE: app/src/main/java/com/weihuagu/receiptnotice/ForTest.java class ForTest (line 16) | public class ForTest { method makeAPostTest (line 17) | public void makeAPostTest(String pkg, Notification notification){ method GenerateNotification (line 27) | private void GenerateNotification() { FILE: app/src/main/java/com/weihuagu/receiptnotice/MainApplication.java class MainApplication (line 14) | public class MainApplication extends Application { method onCreate (line 18) | @Override method initLogConfig (line 29) | private void initLogConfig(){ method startNotificationService (line 35) | private void startNotificationService(){ method setSomeGlobal (line 38) | private void setSomeGlobal(){ method setMessageBus (line 41) | public void setMessageBus(){ method getAppContext (line 47) | public static Context getAppContext(){ method timeInterval (line 50) | public void timeInterval(){ method setSomeThingWaitMessage (line 56) | public void setSomeThingWaitMessage(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/NLService.java class NLService (line 28) | public class NLService extends NotificationListenerService implements A... method getPostUrl (line 32) | private String getPostUrl(){ method onNotificationPosted (line 38) | @Override method onNotificationRemoved (line 77) | @Override method removeNotification (line 83) | public void removeNotification(StatusBarNotification sbn){ method sendBroadcast (line 94) | private void sendBroadcast(String msg) { method sendToast (line 100) | private void sendToast(String msg){ method subMessage (line 106) | public void subMessage() { FILE: app/src/main/java/com/weihuagu/receiptnotice/NotificationCollectorMonitorService.java class NotificationCollectorMonitorService (line 60) | public class NotificationCollectorMonitorService extends Service { method setWakelock (line 72) | private void setWakelock() { method obtainWakelock (line 78) | private void obtainWakelock() { method releaseWakelock (line 86) | private void releaseWakelock() { method onCreate (line 95) | @Override method onStartCommand (line 103) | @Override method echoServerBySocketio (line 107) | private boolean echoServerBySocketio(String echourl,String echojson){ method getDefaultEchoInterval (line 125) | private String getDefaultEchoInterval(){ method startEchoTimer (line 131) | private void startEchoTimer(){ method returnEchoTimerTask (line 141) | private TimerTask returnEchoTimerTask(){ method restartEchoTimer (line 156) | private void restartEchoTimer(){ method isIntervalMatchPreference (line 168) | private boolean isIntervalMatchPreference(){ method echoServer (line 177) | private boolean echoServer(){ method ensureCollectorRunning (line 214) | private void ensureCollectorRunning() { method toggleNotificationListenerService (line 241) | private void toggleNotificationListenerService() { method onBind (line 250) | @Override class DeviceBean (line 255) | public class DeviceBean{ method setDeviceid (line 258) | public void setDeviceid(String deviceid){ method setTime (line 261) | public void setTime(String time){ method DeviceBeanReflect (line 266) | public Map DeviceBeanReflect(DeviceBean e){ class EchoSocket (line 284) | public static class EchoSocket{ method EchoSocket (line 289) | private EchoSocket(){ method getThisInstance (line 291) | public static Socket getThisInstance(int i){ method getInstance (line 302) | public static Socket getInstance(String socketserverurl){ method getIOSocket (line 320) | public static Socket getIOSocket(String socketserverurl){ FILE: app/src/main/java/com/weihuagu/receiptnotice/NotificationHandle.java class NotificationHandle (line 17) | public abstract class NotificationHandle { method NotificationHandle (line 27) | public NotificationHandle(String rawpkgtype, Notification rawnotificat... method setStatusBarNotification (line 45) | public void setStatusBarNotification(StatusBarNotification sbn){ method setActionStatusbar (line 48) | public void setActionStatusbar(ActionStatusBarNotification actionstatu... method handleNotification (line 51) | public abstract void handleNotification(); method removeNotification (line 55) | protected void removeNotification(){ method printNotify (line 61) | protected void printNotify(){ method openNotify (line 71) | protected void openNotify(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/NotificationHandleFactory.java class NotificationHandleFactory (line 15) | public class NotificationHandleFactory{ method getNotificationHandle (line 16) | public PmentayNotificationHandle getNotificationHandle(String pkg, Not... method getMessageAppPkg (line 56) | private String getMessageAppPkg(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/OnlyWriteToDateBase.java class OnlyWriteToDateBase (line 7) | public class OnlyWriteToDateBase { method onePostWriteToDateBase (line 9) | public void onePostWriteToDateBase(String postjson){ method checkHavePlatName (line 22) | public boolean checkHavePlatName(String plattype){ FILE: app/src/main/java/com/weihuagu/receiptnotice/PmentayNotificationHandle.java class PmentayNotificationHandle (line 17) | public abstract class PmentayNotificationHandle extends NotificationHandle{ method PmentayNotificationHandle (line 20) | public PmentayNotificationHandle(String pkgtype, Notification notifica... method setStatusBarNotification (line 25) | public void setStatusBarNotification(StatusBarNotification sbn){ method setActionStatusbar (line 28) | public void setActionStatusbar(ActionStatusBarNotification actionstatu... method extractMoney (line 32) | protected String extractMoney(String content){ method predictIsPost (line 52) | protected boolean predictIsPost(String content){ method removeNotification (line 62) | protected void removeNotification(){ method printNotify (line 68) | protected void printNotify(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/ReceiptnoticeAccessibilityService.java class ReceiptnoticeAccessibilityService (line 30) | public class ReceiptnoticeAccessibilityService extends AccessibilityServ... method setLastPostStr (line 39) | private void setLastPostStr(String str){ method setLastNotiStr (line 43) | private void setLastNotiStr(String str){ method onServiceConnected (line 46) | @Override method onAccessibilityEvent (line 57) | @Override method onInterrupt (line 78) | @Override method mockSwipe (line 83) | private void mockSwipe(){ method subMessage (line 122) | public void subMessage(){ method getAlipayTransferInfo (line 172) | public void getAlipayTransferInfo(String classname){ method debugLogWithDeveloper (line 213) | public void debugLogWithDeveloper(String info){ method wakeAndUnlock (line 221) | private void wakeAndUnlock(boolean unLock) FILE: app/src/main/java/com/weihuagu/receiptnotice/TestBeanWithPostFullInformationMap.java class TestBeanWithPostFullInformationMap (line 5) | public class TestBeanWithPostFullInformationMap { method getPosturl (line 10) | public String getPosturl() { method setPosturl (line 14) | public void setPosturl(String posturl) { method getInfomap (line 18) | public Map getInfomap() { method setInfomap (line 22) | public void setInfomap(Map infomap) { method getPkg (line 26) | public String getPkg() { method setPkg (line 30) | public void setPkg(String pkg) { FILE: app/src/main/java/com/weihuagu/receiptnotice/action/ActionStatusBarNotification.java type ActionStatusBarNotification (line 4) | public interface ActionStatusBarNotification{ method removeNotification (line 5) | public void removeNotification(StatusBarNotification sbn); FILE: app/src/main/java/com/weihuagu/receiptnotice/action/AsyncResponse.java type AsyncResponse (line 6) | public interface AsyncResponse { method onDataReceivedSuccess (line 7) | public void onDataReceivedSuccess(String[] returnstr); method onDataReceivedFailed (line 8) | public void onDataReceivedFailed(String[] returnstr,Map postmap,Map params); FILE: app/src/main/java/com/weihuagu/receiptnotice/action/PostTask.java class PostTask (line 15) | public class PostTask extends AsyncTask, Void, Strin... method setRandomTaskNum (line 23) | public void setRandomTaskNum(String num){ method map2Json (line 28) | public String map2Json(Map map){ method setOnAsyncResponse (line 40) | public void setOnAsyncResponse(AsyncResponse asyncResponse) method doInBackground (line 45) | @Override method onPostExecute (line 86) | @Override FILE: app/src/main/java/com/weihuagu/receiptnotice/audiorecognize/AudioHub.java class AudioHub (line 11) | public class AudioHub { method AudioHub (line 21) | public AudioHub() throws IOException{ method startRecord (line 34) | private void startRecord() { method stopRecord (line 41) | private void stopRecord() { method close (line 45) | private void close() { method getRecordData (line 54) | private void getRecordData(){ class AudioRecordThread (line 60) | class AudioRecordThread implements Runnable { method run (line 61) | @Override FILE: app/src/main/java/com/weihuagu/receiptnotice/audiorecognize/RecordService.java class RecordService (line 7) | public class RecordService extends Service { method onBind (line 8) | @Nullable method onCreate (line 13) | @Override FILE: app/src/main/java/com/weihuagu/receiptnotice/filteringmiddleware/AlipayTransferBean.java class AlipayTransferBean (line 3) | public class AlipayTransferBean { method getNum (line 4) | public String getNum() { method setNum (line 8) | public void setNum(String num) { method getRemark (line 12) | public String getRemark() { method setRemark (line 16) | public void setRemark(String remark) { FILE: app/src/main/java/com/weihuagu/receiptnotice/filteringmiddleware/PostMapFilter.java class PostMapFilter (line 14) | public class PostMapFilter { method PostMapFilter (line 19) | public PostMapFilter(PreferenceUtil preference, Map un... method getDeviceid (line 25) | public String getDeviceid() { method getPostMap (line 37) | public Map getPostMap() { method getLogMap (line 63) | public Map getLogMap() { FILE: app/src/main/java/com/weihuagu/receiptnotice/pushclassification/pmentay/AlipayPmentayNotificationHandle.java class AlipayPmentayNotificationHandle (line 23) | public class AlipayPmentayNotificationHandle extends PmentayNotification... method AlipayPmentayNotificationHandle (line 25) | public AlipayPmentayNotificationHandle(String pkgtype, Notification no... method handleNotification (line 29) | public void handleNotification(){ method transfercodePush (line 52) | private void transfercodePush(){ method collectioncodePush (line 76) | private void collectioncodePush(boolean isinfoincontent){ method isInfoHideInTitle (line 94) | private boolean isInfoHideInTitle(){ method whoTransferred (line 100) | private String whoTransferred(String content){ method subMessage (line 113) | public void subMessage() { FILE: app/src/main/java/com/weihuagu/receiptnotice/pushclassification/pmentay/BankDistinguisher.java class BankDistinguisher (line 17) | public class BankDistinguisher{ method BankDistinguisher (line 18) | public BankDistinguisher(){ method distinguishByNum (line 20) | public String distinguishByNum(String num){ method distinguishByMessageContent (line 30) | public String distinguishByMessageContent(String content){ method extractMoney (line 51) | public String extractMoney(String content){ method extractCardNum (line 67) | public String extractCardNum(String content){ method extractTime (line 79) | public String extractTime(String content,String time){ FILE: app/src/main/java/com/weihuagu/receiptnotice/pushclassification/pmentay/BanksProxy.java class BanksProxy (line 11) | public class BanksProxy extends PmentayNotificationHandle { method BanksProxy (line 14) | public BanksProxy(String pkgtype, Notification notification, IDoPost p... method getBankType (line 18) | private String getBankType(){ method handleNotification (line 23) | public void handleNotification(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/pushclassification/pmentay/CashbarPmentayNotificationHandle.java class CashbarPmentayNotificationHandle (line 13) | public class CashbarPmentayNotificationHandle extends PmentayNotificatio... method CashbarPmentayNotificationHandle (line 14) | public CashbarPmentayNotificationHandle(String pkgtype, Notification n... method handleNotification (line 18) | public void handleNotification(){ method getCashbarType (line 38) | private String getCashbarType(String content){ method transType (line 50) | private String transType(String chinesetype){ FILE: app/src/main/java/com/weihuagu/receiptnotice/pushclassification/pmentay/IcbcelifePmentayNotificationHandle.java class IcbcelifePmentayNotificationHandle (line 14) | public class IcbcelifePmentayNotificationHandle extends PmentayNotificat... method IcbcelifePmentayNotificationHandle (line 15) | public IcbcelifePmentayNotificationHandle(String pkgtype, Notification... method handleNotification (line 19) | public void handleNotification(){ method extractMoney (line 39) | @Override FILE: app/src/main/java/com/weihuagu/receiptnotice/pushclassification/pmentay/MipushPmentayNotificationHandle.java class MipushPmentayNotificationHandle (line 14) | public class MipushPmentayNotificationHandle extends PmentayNotification... method MipushPmentayNotificationHandle (line 15) | public MipushPmentayNotificationHandle(String pkgtype, Notification no... method handleNotification (line 19) | public void handleNotification(){ method getPayer (line 65) | private String getPayer(String content){ method whoTransferred (line 76) | private String whoTransferred(String content){ FILE: app/src/main/java/com/weihuagu/receiptnotice/pushclassification/pmentay/UnionpayPmentayNotificationHandle.java class UnionpayPmentayNotificationHandle (line 11) | public class UnionpayPmentayNotificationHandle extends PmentayNotificati... method UnionpayPmentayNotificationHandle (line 12) | public UnionpayPmentayNotificationHandle(String pkgtype, Notification ... method handleNotification (line 16) | public void handleNotification(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/pushclassification/pmentay/WechatPmentayNotificationHandle.java class WechatPmentayNotificationHandle (line 11) | public class WechatPmentayNotificationHandle extends PmentayNotification... method WechatPmentayNotificationHandle (line 12) | public WechatPmentayNotificationHandle(String pkgtype, Notification no... method handleNotification (line 16) | public void handleNotification(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/pushclassification/pmentay/XposedmodulePmentayNotificationHandle.java class XposedmodulePmentayNotificationHandle (line 11) | public class XposedmodulePmentayNotificationHandle extends PmentayNotifi... method XposedmodulePmentayNotificationHandle (line 12) | public XposedmodulePmentayNotificationHandle(String pkgtype, Notificat... method handleNotification (line 16) | public void handleNotification(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/AuthorityUtil.java class AuthorityUtil (line 7) | public class AuthorityUtil { method isAccessibilitySettingsOn (line 8) | public static boolean isAccessibilitySettingsOn(Context mContext) { FILE: app/src/main/java/com/weihuagu/receiptnotice/util/ByteUtil.java class ByteUtil (line 6) | public class ByteUtil { method parseByte2HexStr (line 13) | public static String parseByte2HexStr(byte buf[]) { method parseHexStr2Byte (line 31) | public static byte[] parseHexStr2Byte(String hexStr) { FILE: app/src/main/java/com/weihuagu/receiptnotice/util/Constants.java class Constants (line 9) | public class Constants { FILE: app/src/main/java/com/weihuagu/receiptnotice/util/DataBaseHolder.java class DataBaseHolder (line 8) | public class DataBaseHolder { method DataBaseHolder (line 15) | private DataBaseHolder(){ method getInstance (line 20) | public static DataBaseHolder getInstance(){ method createDataBase (line 24) | private void createDataBase(){ method getDateBase (line 29) | public SQLiteDatabase getDateBase(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/DeviceInfoUtil.java class DeviceInfoUtil (line 9) | public class DeviceInfoUtil { method getUniquePsuedoID (line 14) | public static String getUniquePsuedoID() { FILE: app/src/main/java/com/weihuagu/receiptnotice/util/ExternalInfoUtil.java class ExternalInfoUtil (line 11) | public class ExternalInfoUtil { method getBanksMessageNum (line 72) | public static Map getBanksMessageNum(){ method getAllBanksNameMap (line 75) | public static Map getAllBanksNameMap(){ method getBankmessageFeature (line 78) | public static String[] getBankmessageFeature(){ method containsBankmessageFeature (line 81) | public static boolean containsBankmessageFeature(String content){ method getCustomPostOption (line 88) | public static Map getCustomPostOption(String custom){ method getCustomOption (line 93) | public static Map getCustomOption(String custom){ method getOneitemKeyandValue (line 108) | public static String[] getOneitemKeyandValue(String item){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/FileLogUtil.java class FileLogUtil (line 16) | public class FileLogUtil extends FileUtils{ method clearLogFile (line 17) | public static boolean clearLogFile() { method getLogList (line 34) | public static ArrayList getLogList(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/LogUtil.java class LogUtil (line 13) | public class LogUtil { method infoLog (line 17) | public static void infoLog(String info){ method debugLog (line 21) | public static void debugLog(String info){ method debugLogWithDeveloper (line 25) | public static void debugLogWithDeveloper(String info){ method debugLogWithJava (line 29) | public static void debugLogWithJava(String info){ method postRecordLog (line 33) | public static void postRecordLog(String tasknum,String post){ method postResultLog (line 39) | public static void postResultLog(String tasknum,String result,String r... FILE: app/src/main/java/com/weihuagu/receiptnotice/util/NetUtil.java class NetUtil (line 31) | public class NetUtil { method httppost (line 36) | public String httppost(String url, String json) throws IOException { method httpspost (line 50) | public String httpspost(String url, String json) throws IOException { method doHttpsWithApi19 (line 71) | public String doHttpsWithApi19(String url, String json) { method getHttpsClientWithTrustAllCertificates (line 112) | private OkHttpClient getHttpsClientWithTrustAllCertificates() { FILE: app/src/main/java/com/weihuagu/receiptnotice/util/NotificationUtil.java class NotificationUtil (line 18) | public class NotificationUtil { method getNotitime (line 19) | private static String getNotitime(Notification notification){ method getNotiTitle (line 29) | private static String getNotiTitle(Bundle extras){ method getNotiContent (line 36) | private static String getNotiContent(Bundle extras){ method printNotify (line 43) | public static void printNotify(Notification notification){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/OneFileLogItem.java class OneFileLogItem (line 3) | public class OneFileLogItem { method getPlatName (line 4) | public String getPlatName(){ method getMoney (line 7) | public String getMoney(){ method getReply (line 10) | public String getReply(){ method isRandomSequenceNumberMatches (line 13) | public boolean isRandomSequenceNumberMatches(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/OneFileUtil.java class OneFileUtil (line 17) | public class OneFileUtil{ method OneFileUtil (line 19) | public OneFileUtil(File file){ method clearOnegroup (line 22) | private String clearOnegroup(Deque onegroup){ method mergeByFlagline (line 31) | public ArrayList mergeByFlagline(String startflagline,String endflagl... method getFileList (line 52) | public ArrayList getFileList(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/PreferenceUtil.java class PreferenceUtil (line 8) | public class PreferenceUtil { method PreferenceUtil (line 12) | public PreferenceUtil(Context context) { method init (line 17) | public void init() { method getDeviceid (line 22) | public String getDeviceid() { method isEncrypt (line 26) | public boolean isEncrypt() { method isEcho (line 30) | public boolean isEcho() { method isWakelock (line 34) | public boolean isWakelock() { method isAppendDeviceiduuid (line 38) | public boolean isAppendDeviceiduuid() { method isSkipEncryptDeviceid (line 42) | public boolean isSkipEncryptDeviceid() { method isTrustAllCertificates (line 46) | public boolean isTrustAllCertificates() { method isAccessibilityService (line 49) | public boolean isAccessibilityService() { method isAgreeUserAgreement (line 52) | public boolean isAgreeUserAgreement(){ method setAgreeUserAgreement (line 55) | public void setAgreeUserAgreement(boolean flag){ method setNumOfPush (line 62) | public void setNumOfPush(String op){ method setPostUrl (line 73) | public void setPostUrl(String url) { method getPostUrl (line 80) | public String getPostUrl(){ method getNumOfPush (line 83) | public int getNumOfPush(){ method getEchoServer (line 86) | public String getEchoServer() { method getEchoInterval (line 90) | public String getEchoInterval() { method getEncryptMethod (line 94) | public String getEncryptMethod() { method getPasswd (line 98) | public String getPasswd() { method isRemoveNotification (line 102) | public boolean isRemoveNotification() { method isPostRepeat (line 106) | public boolean isPostRepeat() { method getPostRepeatNum (line 110) | public String getPostRepeatNum() { method getCustomOption (line 114) | public String getCustomOption() { method getEchoCustomOption (line 117) | public String getEchoCustomOption() { FILE: app/src/main/java/com/weihuagu/receiptnotice/util/RandomUtil.java class RandomUtil (line 10) | public class RandomUtil { method getRandomTaskNum (line 11) | public static String getRandomTaskNum(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/SSLSocketFactoryCompat.java class SSLSocketFactoryCompat (line 14) | public class SSLSocketFactoryCompat extends SSLSocketFactory{ method SSLSocketFactoryCompat (line 19) | public SSLSocketFactoryCompat() throws KeyManagementException, NoSuchA... method SSLSocketFactoryCompat (line 25) | public SSLSocketFactoryCompat(SSLSocketFactory delegate) { method getDefaultCipherSuites (line 32) | @Override method getSupportedCipherSuites (line 37) | @Override method enableTls12 (line 42) | private Socket enableTls12(Socket socket) { method createSocket (line 51) | @Override method createSocket (line 56) | @Override method createSocket (line 61) | @Override method createSocket (line 66) | @Override method createSocket (line 71) | @Override FILE: app/src/main/java/com/weihuagu/receiptnotice/util/UrlUtil.java class UrlUtil (line 9) | public class UrlUtil { method getCommonlyUsedUrls (line 11) | public static String [] getCommonlyUsedUrls(){ method isUrl (line 15) | public static boolean isUrl(String url) { method getSearchUrl (line 24) | public static String getSearchUrl(String searchurl,String serchcontent) { method httpOrHttps (line 28) | public static String httpOrHttps(String address){ method addressMatch (line 38) | public static String addressMatch(String address){ method addressMatchInHttps (line 67) | public static String addressMatchInHttps(String address){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/encrypt/AES.java class AES (line 8) | public class AES extends Encrypter { method AES (line 9) | public AES(String key){ method transferMapValue (line 12) | public Map transferMapValue(Map params){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/encrypt/DES.java class DES (line 9) | public class DES extends Encrypter{ method DES (line 10) | public DES(String key){ method transferMapValue (line 14) | public Map transferMapValue(Map params){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/encrypt/DESUtilWithIV.java class DESUtilWithIV (line 19) | public class DESUtilWithIV{ method des (line 31) | public static String des(String content, String password, int type) { FILE: app/src/main/java/com/weihuagu/receiptnotice/util/encrypt/EncryptFactory.java class EncryptFactory (line 5) | public class EncryptFactory{ method EncryptFactory (line 7) | public EncryptFactory(String key){ method getEncrypter (line 10) | public Encrypter getEncrypter(String encrypt_type){ FILE: app/src/main/java/com/weihuagu/receiptnotice/util/encrypt/Encrypter.java class Encrypter (line 4) | public abstract class Encrypter implements IDataTrans { method Encrypter (line 6) | public Encrypter(String key){ method Encrypter (line 9) | public Encrypter(){} method transferMapValue (line 10) | public abstract Map transferMapValue(Map transferMapValue(Map params); FILE: app/src/main/java/com/weihuagu/receiptnotice/util/encrypt/MD5.java class MD5 (line 11) | public class MD5 extends Encrypter { method MD5 (line 12) | public MD5(String key) { method MD5 (line 15) | public MD5(){ method transferMapValue (line 19) | public Map transferMapValue(Map params) { method getMd5String (line 33) | public String getMd5String(String str) { method getSignMd5 (line 48) | public String getSignMd5(String type, String price) { method getSignMd5WithSecretkey (line 54) | public String getSignMd5WithSecretkey(String type, String price, Strin... FILE: app/src/main/java/com/weihuagu/receiptnotice/util/message/MessageConsumer.java type MessageConsumer (line 3) | public interface MessageConsumer { method subMessage (line 4) | public void subMessage(); FILE: app/src/main/java/com/weihuagu/receiptnotice/util/message/MessageSendBus.java class MessageSendBus (line 7) | public class MessageSendBus { method postActionRequestWithReturn (line 9) | public static void postActionRequestWithReturn(){ method postActionRequestWithHome (line 15) | public static void postActionRequestWithHome(){ method postMessageWithCommonAccessibilityEvent (line 21) | public static void postMessageWithCommonAccessibilityEvent(String event){ method postMessageWithFinishedonePost (line 26) | public static void postMessageWithFinishedonePost(String[] returnstr){ method postMessageWithReceiptAlipayTransfer (line 31) | public static void postMessageWithReceiptAlipayTransfer(String transfe... method postMessageWithUpdateTheLastPostString (line 37) | public static void postMessageWithUpdateTheLastPostString(String str){ method postMessageWithget_alipay_transfer_money (line 41) | public static void postMessageWithget_alipay_transfer_money(AlipayTran... method postInterfaceMessageWithUpdateTheRecordlist (line 48) | public static void postInterfaceMessageWithUpdateTheRecordlist(){ method userMessageWithSetPostUrl (line 55) | public static void userMessageWithSetPostUrl(String url){ method postTestMessageWithPostFullInformationMap (line 62) | public static void postTestMessageWithPostFullInformationMap(TestBean... method postBaseTimeInterval (line 71) | public static void postBaseTimeInterval(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/view/FileLogActivity.java class FileLogActivity (line 20) | public class FileLogActivity extends AppCompatActivity { method onCreate (line 29) | @Override method initView (line 37) | private void initView(){ method initLoglistView (line 44) | private void initLoglistView(boolean reverseorder){ method setLogText (line 68) | private void setLogText(){ method clearLog (line 77) | private void clearLog(){ method showReverse (line 82) | private void showReverse(){ method onCreateOptionsMenu (line 85) | @Override method onOptionsItemSelected (line 93) | @Override method onResume (line 111) | @Override FILE: app/src/main/java/com/weihuagu/receiptnotice/view/FollowThirdAppActivity.java class FollowThirdAppActivity (line 12) | public class FollowThirdAppActivity extends AppCompatActivity { method onCreate (line 16) | @Override method initView (line 21) | private void initView() { FILE: app/src/main/java/com/weihuagu/receiptnotice/view/HelloFragment.java class HelloFragment (line 20) | public class HelloFragment extends Fragment { method onCreateView (line 26) | @Override method onActivityCreated (line 32) | @Override method initView (line 39) | private void initView(){ method setTextWithNumofpush (line 46) | private void setTextWithNumofpush(){ method setTextWithPosturl (line 49) | private void setTextWithPosturl(){ method resetText (line 54) | private void resetText(){ method subMessage (line 58) | private void subMessage(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/view/HomeFragmentsAdapter.java class HomeFragmentsAdapter (line 11) | public class HomeFragmentsAdapter extends FragmentStateAdapter { method HomeFragmentsAdapter (line 14) | public HomeFragmentsAdapter(@NonNull FragmentActivity fragmentActivity) { method createFragment (line 20) | @NonNull method getItemCount (line 26) | @Override FILE: app/src/main/java/com/weihuagu/receiptnotice/view/IllustrateDecryptActivity.java class IllustrateDecryptActivity (line 11) | public class IllustrateDecryptActivity extends AppCompatActivity { method initView (line 16) | private void initView() { method onCreate (line 23) | @Override method setText (line 31) | private void setText(){ FILE: app/src/main/java/com/weihuagu/receiptnotice/view/LogListAdapter.java class LogListAdapter (line 14) | public class LogListAdapter extends Adapter{ method LogListAdapter (line 18) | LogListAdapter(Context context){ method setLoglist (line 21) | public void setLoglist(ArrayList loglist){ method getItemCount (line 24) | @Override method onBindViewHolder (line 30) | @Override method onCreateViewHolder (line 42) | @Override class RecyclerHolder (line 52) | class RecyclerHolder extends RecyclerView.ViewHolder { method RecyclerHolder (line 54) | RecyclerHolder(View view){ FILE: app/src/main/java/com/weihuagu/receiptnotice/view/LogListFragment.java class LogListFragment (line 25) | public class LogListFragment extends Fragment implements MessageConsumer { method onCreateView (line 31) | @Override method onActivityCreated (line 36) | @Override method initLoglistView (line 43) | private void initLoglistView(boolean reverseorder) { method clearLog (line 60) | private void clearLog() { method showReverse (line 67) | private void showReverse() { method updateList (line 71) | private void updateList() { method subMessage (line 78) | public void subMessage() { FILE: app/src/main/java/com/weihuagu/receiptnotice/view/MainActivity.java class MainActivity (line 37) | public class MainActivity extends AppCompatActivity implements View.OnCl... method onCreate (line 49) | @Override method initView (line 59) | private void initView() { method setListerner (line 79) | private void setListerner() { method onResume (line 83) | @Override method onDestroy (line 100) | @Override method isNotificationServiceEnable (line 110) | private boolean isNotificationServiceEnable() { method onClick (line 114) | @Override method setPostUrl (line 127) | private void setPostUrl() { method getPostUrl (line 135) | private String getPostUrl() { method jumpUserAgreement (line 140) | private void jumpUserAgreement() { method posturlSuggestion (line 146) | private void posturlSuggestion() { method showLog (line 170) | private void showLog() { method openLynxActivity (line 175) | private void openLynxActivity() { method openSettingActivity (line 184) | private void openSettingActivity() { method onCreateOptionsMenu (line 189) | @Override method onOptionsItemSelected (line 197) | @Override method showAgreeMentDialog (line 213) | private void showAgreeMentDialog() { FILE: app/src/main/java/com/weihuagu/receiptnotice/view/PreferenceActivity.java class PreferenceActivity (line 14) | public class PreferenceActivity extends AppCompatActivity { method onCreate (line 16) | @Override class GeneralPreferenceFragment (line 23) | public static class GeneralPreferenceFragment extends PreferenceFragme... method onCreate (line 24) | @Override method onSharedPreferenceChanged (line 30) | @Override method onResume (line 39) | @Override method onPause (line 46) | @Override FILE: app/src/main/java/com/weihuagu/receiptnotice/view/TestActiviy.java class TestActiviy (line 18) | public class TestActiviy extends AppCompatActivity implements View.OnCli... method onCreate (line 22) | @Override method onClick (line 32) | @Override FILE: app/src/main/java/com/weihuagu/receiptnotice/view/UserAgreementActiviy.java class UserAgreementActiviy (line 11) | public class UserAgreementActiviy extends AppCompatActivity { method onCreate (line 14) | @Override FILE: app/src/test/java/com/weihuagu/receiptnotice/TestBankDistinguisher.java class TestBankDistinguisher (line 8) | public class TestBankDistinguisher extends TestCase{ method setUp (line 10) | protected void setUp() throws Exception { method testDistinguishByMessageContent (line 15) | @Test method testExtractMoney (line 55) | @Test method testExtractCardNum (line 65) | @Test method testExtractTime (line 72) | @Test FILE: app/src/test/java/com/weihuagu/receiptnotice/TestDES.java class TestDES (line 10) | public class TestDES extends TestCase{ method setUp (line 12) | protected void setUp() throws Exception { method testTransferMapValue (line 17) | @Test FILE: app/src/test/java/com/weihuagu/receiptnotice/TestExternalInfoUtil.java class TestExternalInfoUtil (line 11) | public class TestExternalInfoUtil extends TestCase{ method setUp (line 12) | protected void setUp() throws Exception { method testGetCustomPostOption (line 16) | @Test FILE: app/src/test/java/com/weihuagu/receiptnotice/TestOneFileUtil.java class TestOneFileUtil (line 8) | public class TestOneFileUtil extends TestCase{ method setUp (line 10) | protected void setUp() throws Exception { method testGetFileList (line 16) | @Test