Home
last modified time | relevance | path

Searched refs:EXTRA_RESULT (Results 1 – 25 of 34) sorted by relevance

12

/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/
DDataAccessServiceImplTest.java149 Constants.EXTRA_RESULT, ByteArrayParceledSlice.class); in testRemoteDataLookup()
173 Constants.EXTRA_RESULT, ByteArrayParceledSlice.class); in testRemoteDataLookupWithOverride()
190 Constants.EXTRA_RESULT, ByteArrayParceledSlice.class); in testLocalDataLookup()
213 mResult.getSerializable(Constants.EXTRA_RESULT, HashSet.class); in testRemoteDataKeysetWithOverride()
231 mResult.getSerializable(Constants.EXTRA_RESULT, HashSet.class); in testRemoteDataKeyset()
250 mResult.getSerializable(Constants.EXTRA_RESULT, HashSet.class); in testLocalDataKeyset()
272 Constants.EXTRA_RESULT, ByteArrayParceledSlice.class); in testLocalDataPut()
291 Constants.EXTRA_RESULT, ByteArrayParceledSlice.class); in testLocalDataRemove()
311 String eventUrl = mResult.getParcelable(Constants.EXTRA_RESULT, Uri.class).toString(); in testGetEventUrl()
335 String eventUrl = mResult.getParcelable(Constants.EXTRA_RESULT, Uri.class).toString(); in testGetClickUrl()
[all …]
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/
DDataAccessServiceImpl.java300 result.putSerializable(Constants.EXTRA_RESULT, keyset); in remoteDataKeyset()
306 result.putSerializable(Constants.EXTRA_RESULT, in localDataKeyset()
321 Constants.EXTRA_RESULT, new ByteArrayParceledSlice(data)); in remoteDataLookup()
333 Constants.EXTRA_RESULT, new ByteArrayParceledSlice(data)); in localDataLookup()
351 Constants.EXTRA_RESULT, new ByteArrayParceledSlice(existingData)); in localDataPut()
364 Constants.EXTRA_RESULT, new ByteArrayParceledSlice(existingData)); in localDataDelete()
388 result.putParcelable(Constants.EXTRA_RESULT, eventUrl); in getEventUrl()
413 result.putParcelable(Constants.EXTRA_RESULT, in getRequests()
445 result.putParcelable(Constants.EXTRA_RESULT, in getJoinedEvents()
481 result.putParcelable(Constants.EXTRA_RESULT, modelFd); in getModelFileDescriptor()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
DProvisioningResultListener.java39 public static final String EXTRA_RESULT = "result"; field in ProvisioningResultListener
54 mBroadcastResult.set(intent.getBooleanExtra(EXTRA_RESULT, false)); in onReceive()
58 mIntentResult.set(intent.getBooleanExtra(EXTRA_RESULT, false)); in onReceive()
DE2eUiTestUtils.java46 resultBroadcast.putExtra(ProvisioningResultListener.EXTRA_RESULT, result); in sendResult()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/inference/
DIsolatedModelServiceImplTest.java96 mCallbackResult.getParcelable(Constants.EXTRA_RESULT, InferenceOutputParcel.class); in runModelInference_singleExample_success()
126 mCallbackResult.getParcelable(Constants.EXTRA_RESULT, InferenceOutputParcel.class); in runModelInference_setBatchSizeNotMatch_success()
155 mCallbackResult.getParcelable(Constants.EXTRA_RESULT, InferenceOutputParcel.class); in runModelInferenceBatch_setBatchSize_success()
183 mCallbackResult.getParcelable(Constants.EXTRA_RESULT, InferenceOutputParcel.class); in runModelInferenceBatch_notSetBatchSize_success()
347 bundle.putParcelable(Constants.EXTRA_RESULT, inputModelFd); in onRequest()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java57 public static final String EXTRA_RESULT = field in TestNotificationService
143 intent.putExtra(EXTRA_RESULT, mCancelled); in onNotificationRemoved()
149 intent.putExtra(EXTRA_RESULT, isStartProgress); in onNotificationRemoved()
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/
DRemoteDataTest.java90 result.putSerializable(Constants.EXTRA_RESULT, in onRequest()
123 result.putParcelable(Constants.EXTRA_RESULT, new ByteArrayParceledSlice(value)); in onRequest()
DLocalDataTest.java123 result.putSerializable(Constants.EXTRA_RESULT, in onRequest()
166 Constants.EXTRA_RESULT, new ByteArrayParceledSlice(existingValue)); in onRequest()
DIsolatedServiceTest.java110 mCallbackResult.getParcelable(Constants.EXTRA_RESULT, ExecuteOutputParcel.class); in testOnExecute()
229 Constants.EXTRA_RESULT, DownloadCompletedOutputParcel.class); in testOnDownload()
309 mCallbackResult.getParcelable(Constants.EXTRA_RESULT, RenderOutputParcel.class); in testOnRender()
392 mCallbackResult.getParcelable(Constants.EXTRA_RESULT, EventOutputParcel.class); in testOnEvent()
474 Constants.EXTRA_RESULT, TrainingExamplesOutputParcel.class); in testOnTrainingExamples()
543 mCallbackResult.getParcelable(Constants.EXTRA_RESULT, WebTriggerOutputParcel.class); in testOnWebTrigger()
DLogReaderTest.java183 result.putParcelable(Constants.EXTRA_RESULT, in onRequest()
207 result.putParcelable(Constants.EXTRA_RESULT, in onRequest()
DEventUrlProviderTest.java114 result.putParcelable(Constants.EXTRA_RESULT, Uri.parse(url)); in onRequest()
DModelManagerTest.java178 Constants.EXTRA_RESULT, in runInference()
DIsolatedServiceExceptionSafetyTest.java235 Constants.EXTRA_RESULT, new ByteArrayParceledSlice(mOp.getBytes())); in onRequest()
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DRemoteDataImpl.java77 Constants.EXTRA_RESULT, ByteArrayParceledSlice.class); in get()
121 result.getSerializable(Constants.EXTRA_RESULT, HashSet.class); in keySet()
DLocalDataImpl.java88 Constants.EXTRA_RESULT, ByteArrayParceledSlice.class); in handleLookupRequest()
116 result.getSerializable(Constants.EXTRA_RESULT, HashSet.class); in keySet()
DConstants.java69 public static final String EXTRA_RESULT = "android.ondevicepersonalization.extra.result"; field in Constants
DModelManager.java87 Constants.EXTRA_RESULT, in run()
DEventUrlProvider.java130 result.getParcelable(Constants.EXTRA_RESULT, Uri.class)); in getUrl()
DLogReader.java167 Constants.EXTRA_RESULT, OdpParceledListSlice.class); in handleListLookupRequest()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/inference/
DIsolatedModelServiceImpl.java135 bundle.putParcelable(Constants.EXTRA_RESULT, new InferenceOutputParcel(result)); in runTfliteInterpreter()
193 result.getParcelable(Constants.EXTRA_RESULT, ParcelFileDescriptor.class); in fetchModel()
/packages/apps/Settings/src/com/android/settings/applications/autofill/
DPasswordsPreferenceController.java23 import static android.service.autofill.AutofillService.EXTRA_RESULT;
211 mData.postValue(resultData.getInt(EXTRA_RESULT)); in onServiceConnected()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java63 public static final String EXTRA_RESULT = "EntitlementResult"; field in TetherService
341 int result = intent.getIntExtra(EXTRA_RESULT, RESULT_DEFAULT);
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileDeleteUiTest.java66 TestNotificationService.EXTRA_RESULT, false);
DCancelFromNotificationUiTest.java64 TestNotificationService.EXTRA_RESULT, false);
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/
DWebViewFlow.java192 Constants.EXTRA_RESULT, EventOutputParcel.class), in getServiceFlowResultFuture()

12