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
913 case Event.LOCUS_ID_SET: in writeEventToParcel()
985 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;
260 case LOCUS_ID_SET: in buildEvent()
568 case LOCUS_ID_SET: in deobfuscateEvents()
689 case LOCUS_ID_SET: in obfuscateEventsData()
DUserUsageStatsService.java528 if (eventType == Event.LOCUS_ID_SET in queryEvents()
1184 case Event.LOCUS_ID_SET: in eventToString()
DUsageStatsProto.java491 case UsageEvents.Event.LOCUS_ID_SET: in writeEvent()
DUsageStatsProtoV2.java421 case UsageEvents.Event.LOCUS_ID_SET: in writeEvent()
DUsageStatsService.java24 import static android.app.usage.UsageEvents.Event.LOCUS_ID_SET;
2363 Event event = new Event(LOCUS_ID_SET, SystemClock.elapsedRealtime()); in reportLocusUpdate()
/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()
292 case Event.LOCUS_ID_SET: in compareUsageEvent()
/frameworks/base/services/people/java/com/android/server/people/data/
DUsageStatsQueryHelper.java95 case UsageEvents.Event.LOCUS_ID_SET: in querySince()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DUsageStatsQueryHelperTest.java301 UsageEvents.Event e = createUsageEvent(UsageEvents.Event.LOCUS_ID_SET, timestamp); in createLocusIdSetEvent()