Searched refs:screenInteractive (Results 1 – 4 of 4) sorted by relevance
167 final boolean screenInteractive = mTrackScreenInteractive in processCallEnded()189 screenInteractive, in processCallEnded()215 screenInteractive); in processCallEnded()297 exported.screenInteractive = stat.screenInteractive; in getExportedCallStats()423 .append(',').append(e.screenInteractive) in dumpLocked()579 public boolean screenInteractive; field in BinderCallsStats.ExportedCallStat602 public final boolean screenInteractive; field in BinderCallsStats.CallStat625 boolean screenInteractive) { in CallStat() argument629 this.screenInteractive = screenInteractive; in CallStat()638 private boolean screenInteractive; field in BinderCallsStats.CallStatKey[all …]
51 public void setScreenInteractive(boolean screenInteractive) { in setScreenInteractive() argument52 mScreenInteractive = screenInteractive; in setScreenInteractive()
433 assertEquals(false, callStatsList.get(0).screenInteractive); in testScreenOff()450 assertEquals(true, callStatsList.get(0).screenInteractive); in testScreenOn()520 assertEquals(true, stat.screenInteractive); in testGetExportedStatsWhenDetailedTrackingEnabled()602 assertEquals(false , callStats.screenInteractive); in testOverflow_overflowEntry()690 assertEquals(false, callStats.screenInteractive); in testTrackScreenInteractiveDisabled()751 assertEquals(false, callStats.screenInteractive); in testTrackScreenInteractiveDisabled_sampling()
1317 e.writeInt(callStat.screenInteractive ? 1 : 0); in pullBinderCallsStats()