HomeSort by relevance Sort by last modified time
    Searched refs:continueOperation (Results 1 - 12 of 12) sorted by null

  /frameworks/base/obex/javax/obex/
BaseStream.java 67 boolean continueOperation(boolean sendEmpty, boolean inStream) throws IOException;
PrivateInputStream.java 93 if (!mParent.continueOperation(true, true)) {
128 if (!mParent.continueOperation(true, true)) {
PrivateOutputStream.java 87 mParent.continueOperation(true, false);
115 mParent.continueOperation(true, false);
ClientOperation.java 691 public synchronized boolean continueOperation(boolean sendEmpty, boolean inStream)
819 // part of the data may have been sent in continueOperation.
ServerOperation.java 341 public synchronized boolean continueOperation(boolean sendEmpty, boolean inStream)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/euicc/
IEuiccController.aidl 27 oneway void continueOperation(in Intent resolutionIntent, in Bundle resolutionExtras);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequest.java 79 mOp.continueOperation(true, false);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
Request.java 101 op.continueOperation(true, false);
  /frameworks/base/telephony/java/android/telephony/euicc/
EuiccManager.java 393 public void continueOperation(Intent resolutionIntent, Bundle resolutionExtras) {
404 getIEuiccController().continueOperation(resolutionIntent, resolutionExtras);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccOperation.java 40 * resolved, the operation can be resumed with {@link #continueOperation}.
198 * {@link EuiccManager#continueOperation}.
201 public void continueOperation(Bundle resolutionExtras, PendingIntent callbackIntent) {
EuiccController.java 137 public void continueOperation(Intent resolutionIntent, Bundle resolutionExtras) {
152 op.continueOperation(resolutionExtras, callbackIntent);
    [all...]
  /external/annotation-tools/asmx/test/lib/
ccl.jar 

Completed in 266 milliseconds