Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DErrorState.java79 public static String toString(@ErrorStateInt int errorState) { in toString() argument
80 switch (errorState) { in toString()
94 return "0x" + Integer.toHexString(errorState); in toString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBluetoothMediaBrowserService.java215 PlaybackStateCompat errorState = in setErrorPlaybackState() local
221 mSession.setPlaybackState(errorState); in setErrorPlaybackState()