Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java326 writer.printf("%s%s, state:%s\n", INDENTATION_4, client, appStateToString(state)); in dump()
915 oldAppState == null ? "null" : appStateToString(oldAppState), in setAppStateLocked()
916 appStateToString(newState)); in setAppStateLocked()
1127 private static String appStateToString(@AppState int state) { in appStateToString() method in CarRemoteDeviceService