Home
last modified time | relevance | path

Searched refs:screenInteractive (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBinderCallsStats.java322 screenInteractive, in processCallEnded()
349 screenInteractive); in processCallEnded()
537 exported.screenInteractive = stat.screenInteractive; in getExportedCallStat()
894 public boolean screenInteractive; field in BinderCallsStats.ExportedCallStat
946 this.screenInteractive = screenInteractive; in CallStat()
952 screenInteractive); in clone()
988 private boolean screenInteractive; field in BinderCallsStats.CallStatKey
999 && screenInteractive == key.screenInteractive in equals()
1048 mTempKey.screenInteractive = screenInteractive; in get()
1071 screenInteractive); in getOrCreate()
[all …]
H A DCachedDeviceState.java51 public void setScreenInteractive(boolean screenInteractive) { in setScreenInteractive() argument
52 mScreenInteractive = screenInteractive; in setScreenInteractive()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderCallsStatsTest.java485 assertEquals(false, callStatsList.get(0).screenInteractive); in testScreenOff()
502 assertEquals(true, callStatsList.get(0).screenInteractive); in testScreenOn()
574 assertEquals(true, stat.screenInteractive); in testGetExportedStatsWhenDetailedTrackingEnabled()
656 assertEquals(false, callStats.screenInteractive); in testOverflow_overflowEntry()
747 assertEquals(false, callStats.screenInteractive); in testTrackScreenInteractiveDisabled()
808 assertEquals(false, callStats.screenInteractive); in testTrackScreenInteractiveDisabled_sampling()
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java2420 private void onScreenInteractiveChanged(boolean screenInteractive) {
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java2632 callStat.screenInteractive, callStat.callingUid));