Searched refs:ACTIVITY_STOPPED (Results 1 – 15 of 15) sorted by relevance
482 Event.ACTIVITY_STOPPED, USER_ID_1, INSTALLER_NAME_1, USAGE_EVENT_TIMESTAMP_2); in testHandleUsageEvent_firstActivityResumedOneTimeFrame()511 Event.ACTIVITY_STOPPED, USER_ID_1, INSTALLER_NAME_1, USAGE_EVENT_TIMESTAMP_2); in testHandleUsageEvent_firstActivityResumedOneAndHalfTimeFrame()544 Event.ACTIVITY_STOPPED, USER_ID_1, INSTALLER_NAME_1, USAGE_EVENT_TIMESTAMP_1); in testHandleUsageEvent_firstNoneActivityResumed()634 Event.ACTIVITY_STOPPED, USER_ID_1, INSTALLER_NAME_1, USAGE_EVENT_TIMESTAMP_2); in testHandleUsageEvent_packageAddedInsideTimeFrame()681 Event.ACTIVITY_STOPPED, USER_ID_1, INSTALLER_NAME_1, USAGE_EVENT_TIMESTAMP_2); in testHandleUsageEvent_fallsBackToAppInfoTimeWhenHistoricalSessionsNotFound()741 Event.ACTIVITY_STOPPED, USER_ID_1, INSTALLER_NAME_1, USAGE_EVENT_TIMESTAMP_2); in testHandleUsageEvent_usesHistoricalSessionCreateTimeWhenHistoricalSessionsFound()797 Event.ACTIVITY_STOPPED, USER_ID_1, INSTALLER_NAME_1, USAGE_EVENT_TIMESTAMP_3); in testHandleUsageEvent_packageAddedOutsideTimeFrame1()849 Event.ACTIVITY_STOPPED, USER_ID_2, INSTALLER_NAME_2, USAGE_EVENT_TIMESTAMP_3); in testHandleUsageEvent_packageAddedOutsideTimeFrame2()902 Event.ACTIVITY_STOPPED, USER_ID_1, INSTALLER_NAME_1, USAGE_EVENT_TIMESTAMP_3); in testHandleUsageEvent_packageAddedThroughAdb()953 Event.ACTIVITY_STOPPED, USER_ID_1, INSTALLER_NAME_1, USAGE_EVENT_TIMESTAMP_3); in testHandleUsageEvent_packageAddedThroughAdb2()
22 import static android.app.usage.UsageEvents.Event.ACTIVITY_STOPPED;175 left.update("com.test.activity1", 400000, ACTIVITY_STOPPED, 1); in testActivity()233 left.update("com.test.activity1", 400000, ACTIVITY_STOPPED, 1);251 left.update("com.test.activity1", 200000, ACTIVITY_STOPPED, 1);361 left.update("com.test.activity1", 550000, ACTIVITY_STOPPED, 1);368 left.update("com.test.activity2", 650000, ACTIVITY_STOPPED, 2);
22 import static android.app.usage.UsageEvents.Event.ACTIVITY_STOPPED;482 && eventType != ACTIVITY_STOPPED in updateActivity()524 case ACTIVITY_STOPPED: in updateActivity()589 case ACTIVITY_STOPPED: in update()
284 public static final int ACTIVITY_STOPPED = 23; field in UsageEvents.Event386 ACTIVITY_STOPPED,
52 public static final int TYPE_ACTIVITY_STOPPED = Event.ACTIVITY_STOPPED;
108 case UsageEvents.Event.ACTIVITY_STOPPED: in querySince()
399 && event.mEventType != UsageEvents.Event.ACTIVITY_STOPPED) { in handleUsageEvent()594 case UsageEvents.Event.ACTIVITY_STOPPED: in addEvent()
20 import static android.app.usage.UsageEvents.Event.ACTIVITY_STOPPED;278 case ACTIVITY_STOPPED: in isStatefulEvent()
1104 || event.mEventType == Event.ACTIVITY_STOPPED) { in printEvent()1349 case Event.ACTIVITY_STOPPED: in eventToString()
1110 case Event.ACTIVITY_STOPPED: in reportEvent()1192 event.mEventType = Event.ACTIVITY_STOPPED; in reportEvent()1194 case Event.ACTIVITY_STOPPED: in reportEvent()
308 UsageEvents.Event e = createUsageEvent(UsageEvents.Event.ACTIVITY_STOPPED, timestamp); in createActivityStoppedEvent()
2447 case UsageEvents.Event.ACTIVITY_STOPPED:2599 case UsageEvents.Event.ACTIVITY_STOPPED:2900 case UsageEvents.Event.ACTIVITY_STOPPED: in handleMessage()
6041 mAtmService.updateActivityUsageStats(this, Event.ACTIVITY_STOPPED); in setState()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9468 field public static final int ACTIVITY_STOPPED = 23; // 0x17