/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/ |
D | DirectActionsActivity.java | 94 Log.v(TAG, "onResume(): result=" + Utils.toBundleString(result)); in onResume() 120 Log.v(TAG, "onPerformDirectAction(): " + Utils.toBundleString(arguments)); in onPerformDirectAction() 161 Log.v(TAG, "detectDestroyedInteractor(): " + Utils.toBundleString(result)); in detectDestroyedInteractor() 169 Log.v(TAG, "invalidateDirectActions(): " + Utils.toBundleString(result)); in invalidateDirectActions() 177 Log.v(TAG, "getPackageName(): " + Utils.toBundleString(result)); in getPackageName() 208 Log.v(TAG, "doFinish(): " + Utils.toBundleString(result)); in doFinish() 216 Log.v(TAG, "reportActionPerformed(): " + Utils.toBundleString(result)); in reportActionPerformed() 224 Log.v(TAG, "reportActionCancelled(): " + Utils.toBundleString(result)); in reportActionCancelled() 232 Log.v(TAG, "reportActionExecuting(): " + Utils.toBundleString(result)); in reportActionExecuting()
|
D | TestVisibleActivity.java | 85 Log.v(TAG, "onResume(): result=" + Utils.toBundleString(result)); in onResume() 111 Log.v(TAG, "doFinish(): " + Utils.toBundleString(result)); in doFinish() 118 Log.v(TAG, "doCrash(): " + Utils.toBundleString(result)); in doCrash()
|
D | TestApp.java | 158 ", recvd bundle =" + Utils.toBundleString(result)); in confirmationRequest() 182 Utils.toBundleString(result)); in completionRequest() 205 Log.i(TAG, "Abort result: recvd bundle =" + Utils.toBundleString(result)); in abortRequest() 234 ", recvd bundle =" + Utils.toBundleString(result)); in pickOptionRequest() 263 ", recvd bundle =" + Utils.toBundleString(result)); in commandRequest()
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 122 ", extras=" + Utils.toBundleString(extras)); in onRequestConfirmation() 131 Utils.toBundleString(extras)); in onRequestConfirmation() 142 prompt + ", extras=" + Utils.toBundleString(extras)); in onRequestCompleteVoice() 151 Utils.toBundleString(extras)); in onRequestCompleteVoice() 162 prompt + ", extras=" + Utils.toBundleString(extras)); in onRequestAbortVoice() 171 Utils.toBundleString(extras)); in onRequestAbortVoice() 180 Utils.toBundleString(extras)); in onRequestCommand() 199 Utils.toBundleString(extras) + ", string_in_bundle: " + in onRequestCommand() 222 ", extras=" + Utils.toBundleString(extras)); in onRequestPickOption() 237 Utils.toBundleString(extras)); in onRequestPickOption() [all …]
|
D | DirectActionsSession.java | 188 Log.v(TAG, "getDirectActions(): " + Utils.toBundleString(outResult)); in getDirectActions() 205 Log.v(TAG, "performDirectAction(): " + Utils.toBundleString(outResult)); in performDirectAction() 238 Log.v(TAG, "performDirectActionAndCancel(): " + Utils.toBundleString(outResult)); in performDirectActionAndCancel() 248 Log.v(TAG, "detectDirectActionsInvalidated(): " + Utils.toBundleString(outResult)); in detectDirectActionsInvalidated() 258 Log.v(TAG, "performHide(): " + Utils.toBundleString(outResult)); in performHide() 289 Log.v(TAG, "registerVisibleActivityCallbackInternal(): " + Utils.toBundleString(outResult)); in registerVisibleActivityCallbackInternal() 302 "unregisterVisibleActivityCallbackInternal(): " + Utils.toBundleString(outResult)); in unregisterVisibleActivityCallbackInternal()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/ |
D | VoiceInteractionSessionControl.java | 95 + Utils.toBundleString(command)); in executeCommand() 108 Log.v(TAG, "returning " + Utils.toBundleString(result)); in executeCommand()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | DirectActionsTest.java | 232 + Utils.toBundleString(result)); in startActivity() 306 + Utils.toBundleString(b)); in executeRemoteCommand() 353 Log.v(TAG, "createActionArguments(): " + Utils.toBundleString(args)); in createActionArguments() 360 assertWithMessage("assertActionSucceeded(%s)", Utils.toBundleString(result)) in assertActionSucceeded() 367 assertWithMessage("assertActionCancelled(%s)", Utils.toBundleString(result)) in assertActionCancelled()
|
D | VoiceInteractionSessionVisibleActivityTest.java | 298 + Utils.toBundleString(result)); in startActivity() 344 + Utils.toBundleString(b)); in executeRemoteCommand()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | BroadcastUtils.java | 36 public static final String toBundleString(Bundle bundle) { in toBundleString() method in BroadcastUtils
|
/cts/tests/tests/voiceinteraction/localvoiceinteraction/src/android/voiceinteraction/cts/localvoiceinteraction/ |
D | TestLocalInteractionActivity.java | 43 Log.i(TAG, "startLocalInteraction(): " + Utils.toBundleString(privateOptions)); in startLocalInteraction()
|
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/ |
D | MainInteractionSession.java | 126 intent.toString() + BroadcastUtils.toBundleString(extras)); in onTaskFinished() 134 Log.i(TAG, "sending_broadcast: Bundle = " + BroadcastUtils.toBundleString(extras) + in onTaskFinished()
|
/cts/tests/tests/voicesettings/src/android/voicesettings/cts/ |
D | ZenModeTest.java | 102 Log.i(TAG, "results_received: " + BroadcastUtils.toBundleString(mResultExtras)); in runTest()
|
D | BroadcastTestBase.java | 156 Log.i(TAG, "received_broadcast for " + BroadcastUtils.toBundleString(extras)); in onReceive()
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | ExtraAssistDataTest.java | 57 Log.i(TAG, "assist bundle is: " + Utils.toBundleString(mAssistBundle)); in testAssistContentAndAssistData()
|
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/ |
D | Utils.java | 387 public static final String toBundleString(Bundle bundle) { in toBundleString() method in Utils 409 value = toBundleString((Bundle) value); in toBundleString()
|
/cts/tests/tests/assist/common/src/android/assist/common/ |
D | Utils.java | 246 public static final String toBundleString(Bundle bundle) { in toBundleString() method in Utils
|