Searched defs:continueOperation (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DBaseStream.java67 boolean continueOperation(boolean sendEmpty, boolean inStream) throws IOException; method in interface:BaseStream
H A DClientOperation.java691 public synchronized boolean continueOperation(boolean sendEmpty, boolean inStream) method in class:ClientOperation
819 // part of the data may have been sent in continueOperation.
H A DServerOperation.java341 public synchronized boolean continueOperation(boolean sendEmpty, boolean inStream) method in class:ServerOperation
/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java393 public void continueOperation(Intent resolutionIntent, Bundle resolutionExtras) { method in class:EuiccManager
404 getIEuiccController().continueOperation(resolutionIntent, resolutionExtras);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccOperation.java40 * resolved, the operation can be resumed with {@link #continueOperation}.
198 * {@link EuiccManager#continueOperation}.
201 public void continueOperation(Bundle resolutionExtras, PendingIntent callbackIntent) { method in class:EuiccOperation
H A DEuiccController.java137 public void continueOperation(Intent resolutionIntent, Bundle resolutionExtras) { method in class:EuiccController
152 op.continueOperation(resolutionExtras, callbackIntent);

Completed in 119 milliseconds