Searched refs:screenInteractive (Results 1 – 5 of 5) sorted by relevance
297 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.ExportedCallStat917 public final boolean screenInteractive; field in BinderCallsStats.CallStat942 boolean screenInteractive) { in CallStat() argument946 this.screenInteractive = screenInteractive; in CallStat()[all …]
52 public void setScreenInteractive(boolean screenInteractive) { in setScreenInteractive() argument53 mScreenInteractive = screenInteractive; in setScreenInteractive()
498 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()
2521 private void onScreenInteractiveChanged(boolean screenInteractive) {
2791 callStat.screenInteractive, callStat.callingUid));