Searched refs:sendRemoteMessage (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/ |
D | SimpleFgService.java | 54 sendRemoteMessage(MSG_DONE, 0, 0, null); 59 sendRemoteMessage(MSG_DONE, 0, 0, null); 64 sendRemoteMessage(MSG_DONE, 0, 0, null); 92 sendRemoteMessage(MSG_INIT, 0, 0, mMessenger); in onStartCommand() 97 private void sendRemoteMessage(int what, int arg1, int arg2, Object obj) { in sendRemoteMessage() method in SimpleFgService
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | ActivityManagerTest.java | 323 handler.sendRemoteMessage(H.MSG_STOP_FOREGROUND, 0, 0, null); in testFgsProcStatsTracker() 329 handler.sendRemoteMessage(H.MSG_START_FOREGROUND, 0, 0, null); in testFgsProcStatsTracker() 335 handler.sendRemoteMessage(H.MSG_STOP_FOREGROUND, 0, 0, null); in testFgsProcStatsTracker() 585 handler.sendRemoteMessage(H.MSG_STOP_SERVICE, 0, 0, null); in testKillAppIfBgRestrictedCachedIdle() 613 handler.sendRemoteMessage(H.MSG_STOP_SERVICE, 0, 0, null); in testKillAppIfBgRestrictedCachedIdle() 635 handler.sendRemoteMessage(H.MSG_STOP_SERVICE, 0, 0, null); in testKillAppIfBgRestrictedCachedIdle() 686 handler.sendRemoteMessage(H.MSG_STOP_SERVICE, 0, 0, null); in testKillAppIfBgRestrictedCachedIdle() 948 void sendRemoteMessage(int what, int arg1, int arg2, Object obj) { in sendRemoteMessage() method in ActivityManagerTest.H
|