Searched refs:confirmed (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | TestInteractionActivity.java | 66 public void onConfirmationResult(boolean confirmed, Bundle result) { in onCreate() 67 Log.i(TAG, "Confirmation result: confirmed=" + confirmed + " result=" + result); in onCreate()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractorCallback.aidl | 27 void deliverConfirmationResult(IVoiceInteractorRequest request, boolean confirmed, in deliverConfirmationResult() argument
|
/frameworks/base/core/java/android/app/ |
D | VoiceInteractor.java | 134 public void deliverConfirmationResult(IVoiceInteractorRequest request, boolean confirmed, 137 MSG_CONFIRMATION_RESULT, confirmed ? 1 : 0, request, result)); 242 public void onConfirmationResult(boolean confirmed, Bundle result) { in onConfirmationResult() argument
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 208 public void sendConfirmResult(boolean confirmed, Bundle result) { in sendConfirmResult() argument 211 + " confirmed=" + confirmed + " result=" + result); in sendConfirmResult() 213 mCallback.deliverConfirmationResult(mInterface, confirmed, result); in sendConfirmResult()
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | api.jd | 353 confirmed. As a best practice, you should not send a <code>CONFIRM_NOTIFICATIONS</code> request for 419 you have confirmed receipt of the purchase information, or you may receive
|
D | billing_integrate.jd | 809 <code>IN_APP_NOTIFY</code> messages for the transactions you have not confirmed. Also,
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 163 data to be confirmed using creative <code>WHERE</code> clauses and parsing the 204 other than user confirmed permissions where possible because permissions can
|
/frameworks/base/docs/html/google/gcm/ |
D | server-ref.jd | 583 It is set to {@code MESSAGE_SENT_TO_DEVICE} to indicate the device has confirmed its receipt of
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 332 the user is confirmed to be licensed at the time of use. Additionally, the
|