Searched defs:stateToString (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java379 public static String stateToString(int state) { method in class:BluetoothA2dpSink
H A DBluetoothA2dp.java503 public static String stateToString(int state) { method in class:BluetoothA2dp
/frameworks/base/core/java/android/service/notification/
H A DCondition.java102 .append(",state=").append(stateToString(state))
107 public static String stateToString(int state) { method in class:Condition
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java51 public static String stateToString(int state) { method in class:BluetoothController.PairedDevice
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingStateCallback.java56 if (VERBOSE) Log.v(TAG, "Camera device state now " + stateToString(state));
182 Log.v(TAG, " Saw transition to " + stateToString(nextState));
212 public static String stateToString(int state) { method in class:BlockingStateCallback
223 s.append(stateToString(state));
/frameworks/base/media/java/android/media/
H A DPlayerRecord.java105 return stateToString() + ", " + posToString() + ", " + mSpeed + "X";
118 private String stateToString() { method in class:PlayerRecord.RccPlaybackState
/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java621 builder.append(", state: ").append(stateToString(mState));
639 public static String stateToString(int state) { method in class:PrintJobInfo
/frameworks/base/core/java/android/view/
H A DDisplay.java831 public static String stateToString(int state) { method in class:Display
/frameworks/base/libs/common_time/
H A Dcommon_time_server.cpp763 stateToString(mState), srcEPStr,
780 srcEPStr, stateToString(mState),
844 stateToString(mState), srcEPStr,
1014 stateToString(mState), srcEPStr,
1079 dstEPStr, stateToString(mState),
1164 dstEPStr, stateToString(mState),
1194 stateToString(mState), cause,
1254 stateToString(mState), cause,
1289 stateToString(mState), cause,
1303 stateToString(mStat
1371 const char* CommonTimeServer::stateToString(ICommonClock::State s) { function in class:android::CommonTimeServer
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java177 throw new IllegalStateException("Cannot start in state:" + stateToString(mState));
200 throw new IllegalStateException("Cannot update in state:" + stateToString(mState));
265 + stateToString(mState));
286 throw new IllegalStateException("Cannot cancel in state:" + stateToString(mState));
299 throw new IllegalStateException("Cannot destroy in state:" + stateToString(mState));
449 private static String stateToString(int state) { method in class:RemotePrintDocument
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java823 public static String stateToString(int state) { method in class:Connection
1336 Log.d(this, "setState: %s", stateToString(state));

Completed in 293 milliseconds