Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java81 Log.v(TAG, "onResume(): result=" + Utils.toBundleString(result)); in onResume()
107 Log.v(TAG, "onPerformDirectAction(): " + Utils.toBundleString(arguments)); in onPerformDirectAction()
148 Log.v(TAG, "detectDestroyedInteractor(): " + Utils.toBundleString(result)); in detectDestroyedInteractor()
156 Log.v(TAG, "invalidateDirectActions(): " + Utils.toBundleString(result)); in invalidateDirectActions()
164 Log.v(TAG, "doFinish(): " + Utils.toBundleString(result)); in doFinish()
172 Log.v(TAG, "reportActionPerformed(): " + Utils.toBundleString(result)); in reportActionPerformed()
180 Log.v(TAG, "reportActionCancelled(): " + Utils.toBundleString(result)); in reportActionCancelled()
188 Log.v(TAG, "reportActionExecuting(): " + Utils.toBundleString(result)); in reportActionExecuting()
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.java115 ", extras=" + Utils.toBundleString(extras)); in onRequestConfirmation()
124 Utils.toBundleString(extras)); in onRequestConfirmation()
135 prompt + ", extras=" + Utils.toBundleString(extras)); in onRequestCompleteVoice()
144 Utils.toBundleString(extras)); in onRequestCompleteVoice()
155 prompt + ", extras=" + Utils.toBundleString(extras)); in onRequestAbortVoice()
164 Utils.toBundleString(extras)); in onRequestAbortVoice()
173 Utils.toBundleString(extras)); in onRequestCommand()
192 Utils.toBundleString(extras) + ", string_in_bundle: " + in onRequestCommand()
215 ", extras=" + Utils.toBundleString(extras)); in onRequestPickOption()
230 Utils.toBundleString(extras)); in onRequestPickOption()
[all …]
DDirectActionsSession.java157 Log.v(TAG, "getDirectActions(): " + Utils.toBundleString(outResult)); in getDirectActions()
173 Log.v(TAG, "performDirectAction(): " + Utils.toBundleString(outResult)); in performDirectAction()
205 Log.v(TAG, "performDirectActionAndCancel(): " + Utils.toBundleString(outResult)); in performDirectActionAndCancel()
215 Log.v(TAG, "detectDirectActionsInvalidated(): " + Utils.toBundleString(outResult)); in detectDirectActionsInvalidated()
225 Log.v(TAG, "performHide(): " + Utils.toBundleString(outResult)); in performHide()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java221 + Utils.toBundleString(command)); in executeCommand()
233 Log.v(TAG, "returning " + Utils.toBundleString(result)); in executeCommand()
247 + Utils.toBundleString(result)); in startActivity()
307 + Utils.toBundleString(b)); in executeRemoteCommand()
351 Log.v(TAG, "createActionArguments(): " + Utils.toBundleString(args)); in createActionArguments()
358 assertWithMessage("assertActionSucceeded(%s)", Utils.toBundleString(result)) in assertActionSucceeded()
365 assertWithMessage("assertActionCancelled(%s)", Utils.toBundleString(result)) in assertActionCancelled()
DTestLocalInteractionActivity.java41 Log.i(TAG, "startLocalInteraction(): " + Utils.toBundleString(privateOptions)); in startLocalInteraction()
/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/common/src/android/voiceinteraction/common/
DUtils.java183 public static final String toBundleString(Bundle bundle) { in toBundleString() method in Utils
205 value = toBundleString((Bundle) value); in toBundleString()
/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/assist/src/android/assist/cts/
DExtraAssistDataTest.java51 Log.i(TAG, "assist bundle is: " + Utils.toBundleString(mAssistBundle)); in testAssistContentAndAssistData()
/cts/tests/tests/voicesettings/src/android/voicesettings/cts/
DZenModeTest.java102 Log.i(TAG, "results_received: " + BroadcastUtils.toBundleString(mResultExtras)); in runTest()
DBroadcastTestBase.java155 Log.i(TAG, "received_broadcast for " + BroadcastUtils.toBundleString(extras)); in onReceive()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java244 public static final String toBundleString(Bundle bundle) { in toBundleString() method in Utils