Searched refs:FOREGROUND_SERVICE_START (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/app/usage/ |
D | UsageStatsTest.java | 27 import static android.app.usage.UsageEvents.Event.FOREGROUND_SERVICE_START; 143 left.mForegroundServices.put("com.test.service1", FOREGROUND_SERVICE_START); in testParcelable() 144 left.mForegroundServices.put("com.test.service2", FOREGROUND_SERVICE_START); in testParcelable() 379 left.update("com.test.service1", 200000, FOREGROUND_SERVICE_START, 0); 382 new Integer(FOREGROUND_SERVICE_START)); 442 left.update("com.test.service1", 450000, FOREGROUND_SERVICE_START, 0); 445 new Integer(FOREGROUND_SERVICE_START)); 570 left.update("com.test.service1", 150000, FOREGROUND_SERVICE_START, 0); 573 new Integer(FOREGROUND_SERVICE_START));
|
/frameworks/base/core/java/android/app/usage/ |
D | UsageStats.java | 27 import static android.app.usage.UsageEvents.Event.FOREGROUND_SERVICE_START; 498 && eventType != FOREGROUND_SERVICE_START) { in updateForegroundService() 505 case FOREGROUND_SERVICE_START: in updateForegroundService() 516 case FOREGROUND_SERVICE_START: in updateForegroundService() 557 case FOREGROUND_SERVICE_START: in update()
|
D | UsageEvents.java | 247 public static final int FOREGROUND_SERVICE_START = 19; field in UsageEvents.Event
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | IntervalStats.java | 27 import static android.app.usage.UsageEvents.Event.FOREGROUND_SERVICE_START; 275 case FOREGROUND_SERVICE_START: in isStatefulEvent()
|
D | UserUsageStatsService.java | 1127 case Event.FOREGROUND_SERVICE_START: in eventToString()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
D | AppStandbyControllerTests.java | 19 import static android.app.usage.UsageEvents.Event.FOREGROUND_SERVICE_START; 1151 reportEvent(mController, FOREGROUND_SERVICE_START, mInjector.mElapsedRealtime, PACKAGE_1); in testInitialForegroundServiceTimeout() 1166 reportEvent(mController, FOREGROUND_SERVICE_START, mInjector.mElapsedRealtime, PACKAGE_1); in testInitialForegroundServiceTimeout()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/ |
D | AppStandbyController.java | 880 || eventType == UsageEvents.Event.FOREGROUND_SERVICE_START)) { in reportEvent() 921 } else if (eventType == UsageEvents.Event.FOREGROUND_SERVICE_START) { in reportEventLocked() 969 case UsageEvents.Event.FOREGROUND_SERVICE_START: in usageEventToSubReason()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 3265 started ? UsageEvents.Event.FOREGROUND_SERVICE_START in updateForegroundServiceUsageStats()
|
/frameworks/base/api/ |
D | current.txt | 8055 field public static final int FOREGROUND_SERVICE_START = 19; // 0x13
|