Searched refs:REQUEST_FAILED (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapSession.java42 public static final int REQUEST_FAILED = 4; field in class:BluetoothPbapSession
101 mParentHandler.obtainMessage(REQUEST_FAILED, mPendingRequest).sendToTarget();
118 mParentHandler.obtainMessage(REQUEST_FAILED, mPendingRequest).sendToTarget();
144 mParentHandler.obtainMessage(REQUEST_FAILED, msg.obj).sendToTarget();
190 mParentHandler.obtainMessage(REQUEST_FAILED, mPendingRequest).sendToTarget();
H A DBluetoothPbapClient.java403 case BluetoothPbapSession.REQUEST_FAILED:
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DInCallVideoCallCallback.java91 Call.SessionModificationState.REQUEST_FAILED);
H A DCall.java138 public static final int REQUEST_FAILED = 2; field in class:Call.SessionModificationState
H A DCallCardFragment.java1043 == Call.SessionModificationState.REQUEST_FAILED) {

Completed in 183 milliseconds