Searched refs:appStateToString (Results 1 – 1 of 1) sorted by relevance
326 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