Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBinderCallsStats.java297 final boolean screenInteractive = mTrackScreenInteractive in processCallEnded()
322 screenInteractive, in processCallEnded()
349 screenInteractive); in processCallEnded()
369 hash = 31 * hash + (e.screenInteractive ? 1231 : 1237); in shouldExport()
537 exported.screenInteractive = stat.screenInteractive; in getExportedCallStat()
641 .append(',').append(e.screenInteractive) in dumpLocked()
894 public boolean screenInteractive; field in BinderCallsStats.ExportedCallStat
917 public final boolean screenInteractive; field in BinderCallsStats.CallStat
942 boolean screenInteractive) { in CallStat() argument
946 this.screenInteractive = screenInteractive; in CallStat()
[all …]
DCachedDeviceState.java52 public void setScreenInteractive(boolean screenInteractive) { in setScreenInteractive() argument
53 mScreenInteractive = screenInteractive; in setScreenInteractive()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderCallsStatsTest.java498 assertEquals(false, callStatsList.get(0).screenInteractive); in testScreenOff()
515 assertEquals(true, callStatsList.get(0).screenInteractive); in testScreenOn()
587 assertEquals(true, stat.screenInteractive); in testGetExportedStatsWhenDetailedTrackingEnabled()
669 assertEquals(false, callStats.screenInteractive); in testOverflow_overflowEntry()
760 assertEquals(false, callStats.screenInteractive); in testTrackScreenInteractiveDisabled()
821 assertEquals(false, callStats.screenInteractive); in testTrackScreenInteractiveDisabled_sampling()
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java2521 private void onScreenInteractiveChanged(boolean screenInteractive) {
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java2791 callStat.screenInteractive, callStat.callingUid));