Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java907 Integer oldAppState = mAppStateMap.get(discoveredClient); in setAppStateLocked() local
908 boolean stateChanged = (oldAppState == null || oldAppState.intValue() != newState); in setAppStateLocked()
915 oldAppState == null ? "null" : appStateToString(oldAppState), in setAppStateLocked()