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

  /frameworks/base/obex/javax/obex/
BaseStream.java 67 boolean continueOperation(boolean sendEmpty, boolean inStream) throws IOException;
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 331 public synchronized boolean continueOperation(boolean sendEmpty, boolean inStream)
  /frameworks/base/telephony/java/android/telephony/euicc/
EuiccManager.java 288 public void continueOperation(Intent resolutionIntent, Bundle resolutionExtras) {
299 mController.continueOperation(resolutionIntent, resolutionExtras);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccOperation.java 39 * resolved, the operation can be resumed with {@link #continueOperation}.
183 * {@link EuiccManager#continueOperation}.
186 public void continueOperation(Bundle resolutionExtras, PendingIntent callbackIntent) {
EuiccController.java 128 public void continueOperation(Intent resolutionIntent, Bundle resolutionExtras) {
143 op.continueOperation(resolutionExtras, callbackIntent);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequest.java 79 mOp.continueOperation(true, false);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequest.java 110 op.continueOperation(true, false);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
Request.java 101 op.continueOperation(true, false);

Completed in 637 milliseconds