Searched refs:screenInteractive (Results 1 – 5 of 5) sorted by relevance
322 screenInteractive, in processCallEnded()349 screenInteractive); in processCallEnded()537 exported.screenInteractive = stat.screenInteractive; in getExportedCallStat()894 public boolean screenInteractive; field in BinderCallsStats.ExportedCallStat946 this.screenInteractive = screenInteractive; in CallStat()952 screenInteractive); in clone()988 private boolean screenInteractive; field in BinderCallsStats.CallStatKey999 && screenInteractive == key.screenInteractive in equals()1048 mTempKey.screenInteractive = screenInteractive; in get()1071 screenInteractive); in getOrCreate()[all …]
51 public void setScreenInteractive(boolean screenInteractive) { in setScreenInteractive() argument52 mScreenInteractive = screenInteractive; in setScreenInteractive()
485 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()
2420 private void onScreenInteractiveChanged(boolean screenInteractive) {
2632 callStat.screenInteractive, callStat.callingUid));