Home
last modified time | relevance | path

Searched refs:LOCUS_ID_SET (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DUsageEvents.java334 public static final int LOCUS_ID_SET = 30; field in UsageEvents.Event
900 case Event.LOCUS_ID_SET: in writeEventToParcel()
972 case Event.LOCUS_ID_SET: in readEventFromParcel()
/frameworks/base/services/usage/java/com/android/server/usage/
DIntervalStats.java31 import static android.app.usage.UsageEvents.Event.LOCUS_ID_SET;
259 case LOCUS_ID_SET: in buildEvent()
577 case LOCUS_ID_SET: in deobfuscateEvents()
694 case LOCUS_ID_SET: in obfuscateEventsData()
DUsageStatsProto.java484 case UsageEvents.Event.LOCUS_ID_SET: in writeEvent()
DUsageStatsProtoV2.java413 case UsageEvents.Event.LOCUS_ID_SET: in writeEvent()
DUsageStatsService.java24 import static android.app.usage.UsageEvents.Event.LOCUS_ID_SET;
2155 Event event = new Event(LOCUS_ID_SET, SystemClock.elapsedRealtime()); in reportLocusUpdate()
DUserUsageStatsService.java523 if (eventType == Event.LOCUS_ID_SET in queryEvents()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DIntervalStatsTests.java99 case UsageEvents.Event.LOCUS_ID_SET: in populateIntervalStats()
DUsageStatsDatabaseTest.java181 case Event.LOCUS_ID_SET: in populateIntervalStats()
291 case Event.LOCUS_ID_SET: in compareUsageEvent()
/frameworks/base/services/people/java/com/android/server/people/data/
DUsageStatsQueryHelper.java88 case UsageEvents.Event.LOCUS_ID_SET: in querySince()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DUsageStatsQueryHelperTest.java292 UsageEvents.Event e = createUsageEvent(UsageEvents.Event.LOCUS_ID_SET, timestamp); in createLocusIdSetEvent()