HomeSort by relevance Sort by last modified time
    Searched refs:putParcelable (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
MetricBundleConverter.java 13 bundle.putParcelable(MetricBundleKeys.CUSTOM_EVENT_BUNDLE, CustomEvent.toBundle(customEvent));
19 bundle.putParcelable(MetricBundleKeys.METRIC_KEY_BUNDLE, MetricKey.fromMetricKey(counterName));
26 bundle.putParcelable(MetricBundleKeys.METRIC_KEY_BUNDLE, MetricKey.fromMetricKey(timerName));
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
ImeLayoutInfo.java 142 bundle.putParcelable(NEW_LAYOUT_KEY, mNewLayout);
143 bundle.putParcelable(OLD_LAYOUT_KEY, mOldLayout);
144 bundle.putParcelable(VIEW_ORIGIN_ON_SCREEN_KEY, mViewOriginOnScreen);
145 bundle.putParcelable(DISPLAY_SIZE_KEY, mDisplaySize);
146 bundle.putParcelable(SYSTEM_WINDOW_INSET_KEY, mSystemWindowInset);
147 bundle.putParcelable(STABLE_INSET_KEY, mStableInset);
ImeCommand.java 61 bundle.putParcelable(EXTRA_KEY, mExtras);
MockImeSession.java 411 params.putParcelable("request", request);
578 params.putParcelable("text", text);
600 params.putParcelable("correctionInfo", correctionInfo);
730 params.putParcelable("event", event);
    [all...]
ImeSettings.java 112 result.putParcelable(DATA_KEY, builder != null ? builder.mBundle : PersistableBundle.EMPTY);
  /cts/tests/tests/assist/common/src/android/assist/common/
BaseRemoteCallbackActivity.java 68 bundle.putParcelable(Utils.EXTRA_REMOTE_CALLBACK_RECEIVING, mRemoteCallback);
  /cts/tests/tests/assist/service/src/android/assist/service/
MainInteractionService.java 98 bundle.putParcelable(Utils.EXTRA_REMOTE_CALLBACK,
123 extras.putParcelable(Utils.EXTRA_REMOTE_CALLBACK, mRemoteCallback);
MainInteractionSession.java 122 bundle.putParcelable(Utils.EXTRA_DISPLAY_POINT, displayPoint);
139 mAssistData.putParcelable(Utils.ASSIST_STRUCTURE_KEY, structure);
140 mAssistData.putParcelable(Utils.ASSIST_CONTENT_KEY, content);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 70 bundle.putParcelable(AccountManager.KEY_INTENT, intent);
123 bundle.putParcelable(AccountManager.KEY_INTENT, intent);
  /cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
AbstractLifecycleLogActivity.java 104 extras.putParcelable(EXTRA_CONFIGURATION, config);
  /cts/tests/tests/externalservice/service/src/android/externalservice/service/
BaseService.java 64 reply.getData().putParcelable(ServiceMessages.IDENTIFY_INFO,
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionService.java 70 args.putParcelable("intent", intent);
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 91 result.putParcelable(AccountManager.KEY_INTENT, intent);
137 result.putParcelable(AccountManager.KEY_INTENT, intent);
192 result.putParcelable(AccountManager.KEY_INTENT, intent);
246 result.putParcelable(AccountManager.KEY_INTENT, intent);
286 result.putParcelable(AccountManager.KEY_INTENT, intent);
AuthenticatorContentProvider.java 66 result.putParcelable(KEY_TX, sLastTx.get());
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyBroadcastReceiver.java 225 bundle.putParcelable("Magnum P.I. (Pending Intent)", pendingIntent);
235 bundle.putParcelable("Magnum A.P.I. (Action Pending Intent)", pendingIntent);
243 bundle.putParcelable("Magnum R.I. (Remote Input)", null);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnectionService.java 146 moreExtras.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE,
CtsSelfManagedConnectionService.java 102 moreExtras.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE,
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ModifyInstallerPackageTest.java 46 extras.putParcelable(Intent.EXTRA_INTENT, intent);
  /cts/tests/app/app/src/android/app/stubs/
LocalForegroundService.java 118 bundle.putParcelable(LocalService.REPORT_OBJ_NAME, new IBinderParcelable(stateReceiver));
  /cts/tests/tests/telecom/src/android/telecom/cts/
IncomingCallTest.java 80 extras.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, createTestNumber());
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
CreateGestureActivity.java 55 outState.putParcelable("gesture", mGesture);
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
BufferPeriod.java 160 out.putParcelable("mCallbackTimes", mCallbackTimes);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java     [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 92 bundle.putParcelable(DecodeThread.BARCODE_BITMAP, source.renderCroppedGreyscaleBitmap());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodPresentMediaDialog.java 75 args.putParcelable(KEY_VIDEO_URI, uri);
86 args.putParcelable(KEY_AUDIO_URI, uri);

Completed in 1793 milliseconds

1 2 3 4