Home
last modified time | relevance | path

Searched refs:toBundleString (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java94 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()
DTestVisibleActivity.java85 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()
DTestApp.java158 ", 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/
DMainInteractionSession.java122 ", 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 …]
DDirectActionsSession.java188 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/
DVoiceInteractionSessionControl.java95 + Utils.toBundleString(command)); in executeCommand()
108 Log.v(TAG, "returning " + Utils.toBundleString(result)); in executeCommand()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java232 + 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()
DVoiceInteractionSessionVisibleActivityTest.java298 + Utils.toBundleString(result)); in startActivity()
344 + Utils.toBundleString(b)); in executeRemoteCommand()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBroadcastUtils.java36 public static final String toBundleString(Bundle bundle) { in toBundleString() method in BroadcastUtils
/cts/tests/tests/voiceinteraction/localvoiceinteraction/src/android/voiceinteraction/cts/localvoiceinteraction/
DTestLocalInteractionActivity.java43 Log.i(TAG, "startLocalInteraction(): " + Utils.toBundleString(privateOptions)); in startLocalInteraction()
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DMainInteractionSession.java126 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/
DZenModeTest.java102 Log.i(TAG, "results_received: " + BroadcastUtils.toBundleString(mResultExtras)); in runTest()
DBroadcastTestBase.java156 Log.i(TAG, "received_broadcast for " + BroadcastUtils.toBundleString(extras)); in onReceive()
/cts/tests/tests/assist/src/android/assist/cts/
DExtraAssistDataTest.java57 Log.i(TAG, "assist bundle is: " + Utils.toBundleString(mAssistBundle)); in testAssistContentAndAssistData()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java387 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/
DUtils.java246 public static final String toBundleString(Bundle bundle) { in toBundleString() method in Utils