HomeSort by relevance Sort by last modified time
    Searched refs:extras (Results 51 - 75 of 564) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperEngine.aidl 32 int z, in Bundle extras);
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 117 public void onConfirm(Caller caller, Request request, CharSequence prompt, Bundle extras) {
118 Log.i(TAG, "onConfirm: prompt=" + prompt + " extras=" + extras);
127 public void onCompleteVoice(Caller caller, Request request, CharSequence message, Bundle extras) {
128 Log.i(TAG, "onCompleteVoice: message=" + message + " extras=" + extras);
136 public void onAbortVoice(Caller caller, Request request, CharSequence message, Bundle extras) {
137 Log.i(TAG, "onAbortVoice: message=" + message + " extras=" + extras);
145 public void onCommand(Caller caller, Request request, String command, Bundle extras) {
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverSyncTestCase.java 124 Bundle extras = new Bundle(); local
125 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
140 Bundle extras = new Bundle(); local
141 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
143 ContentResolver.requestSync(account, authority, extras);
305 fail("did not throw IllegalArgumentException when extras is null.");
315 Bundle extras = new Bundle();
316 extras.putInt("Integer", 20);
317 extras.putLong("Long", 10l);
318 extras.putBoolean("Boolean", true)
    [all...]
MockSyncAdapter.java 80 Bundle extras) throws RemoteException {
84 mExtras = extras;
86 if (null != extras && extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE)) {
  /frameworks/base/media/java/android/media/session/
ISessionCallback.aidl 33 void onPlayFromMediaId(String uri, in Bundle extras);
34 void onPlayFromSearch(String query, in Bundle extras);
  /frameworks/base/telecomm/java/android/telecom/
ConnectionRequest.java 42 * @param extras Application-specific extra data.
47 Bundle extras) {
48 this(accountHandle, handle, extras, VideoProfile.VideoState.AUDIO_ONLY);
54 * @param extras Application-specific extra data.
61 Bundle extras,
65 mExtras = extras;
  /frameworks/support/v4/donut/android/support/v4/app/
RemoteInputCompatBase.java 32 CharSequence[] choices, boolean allowFreeFormInput, Bundle extras);
  /frameworks/support/v4/java/android/support/v4/media/session/
IMediaControllerCallback.aidl 30 void onEvent(String event, in Bundle extras);
38 void onExtrasChanged(in Bundle extras);
  /packages/apps/Mms/src/com/android/mms/ui/
NoConfirmationSendService.java 61 Bundle extras = intent.getExtras(); local
62 if (extras == null) {
63 ComposeMessageActivity.log("Called to send SMS but no extras");
67 String message = extras.getString(Intent.EXTRA_TEXT);
76 if (extras.getBoolean("showUI", false)) {
  /external/chromium_org/build/android/pylib/device/
intent.py 14 category=None, component=None, data=None, extras=None,
25 extras: A dict containing extra parameters to be passed along with the
39 self._extras = extras
69 def extras(self): member in class:Intent
  /external/chromium_org/testing/android/java/src/org/chromium/native_test/
ChromeNativeTestActivity.java 44 Bundle extras = this.getIntent().getExtras(); local
45 if (extras != null && extras.containsKey(EXTRA_RUN_IN_SUB_THREAD)) {
  /frameworks/base/core/java/android/nfc/tech/
NfcA.java 69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_A); local
70 mSak = extras.getShort(EXTRA_SAK);
71 mAtqa = extras.getByteArray(EXTRA_ATQA);
  /frameworks/base/test-runner/src/android/test/
SyncBaseInstrumentation.java 48 Bundle extras = new Bundle(); local
49 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
52 ContentResolver.requestSync(account, authority, extras);
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetBind.java 48 final Bundle extras = intent.getExtras(); local
51 extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS);
53 extras.getParcelableArrayList(EXTRA_APPWIDGET_BITMAPS);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RemotePlaybackClient.java 235 * @param extras A bundle of extra arguments to be added to the
246 long positionMillis, Bundle extras, ItemActionCallback callback) {
248 extras, callback, MediaControlIntent.ACTION_PLAY);
269 * @param extras A bundle of extra arguments to be added to the
281 long positionMillis, Bundle extras, ItemActionCallback callback) {
283 extras, callback, MediaControlIntent.ACTION_ENQUEUE);
287 long positionMillis, Bundle extras,
307 performItemAction(intent, mSessionId, null, extras, callback);
325 * @param extras A bundle of extra arguments to be added to the
335 public void seek(String itemId, long positionMillis, Bundle extras,
    [all...]
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 209 @param extras A bundle of extras to populate the contact edit page with if the contact
215 public void assignContactFromEmail(String emailAddress, boolean lazyLookup, Bundle extras) {
217 mExtras = extras;
250 * @param extras A bundle of extras to populate the contact edit page with if the contact
255 public void assignContactFromPhone(String phoneNumber, boolean lazyLookup, Bundle extras) {
257 mExtras = extras;
287 final Bundle extras = (mExtras == null) ? new Bundle() : mExtras; local
292 extras.putString(EXTRA_URI_CONTENT, mContactEmail)
339 Bundle extras = (cookie != null) ? (Bundle) cookie : new Bundle(); local
    [all...]
  /build/core/
checktree 93 extras = []
103 extras.append(file)
106 extras = filter(filter_excludes, extras)
108 for s in extras:
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 97 "You must pass a context to your NfcAdapter to use the NFC extras APIs");
104 NfcAdapterExtras extras = sNfcExtras.get(adapter); local
105 if (extras == null) {
106 extras = new NfcAdapterExtras(adapter);
107 sNfcExtras.put(adapter, extras);
109 return extras;
163 Log.e(TAG, "NFC Adapter Extras dead - attempting to recover");
224 * Some implementations of NFC Adapter Extras may require applications
  /packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java 83 public void onPerformSync(final android.accounts.Account acct, final Bundle extras,
87 LogUtils.d(TAG, "onPerformSync email: %s, %s", acct.toString(), extras.toString());
89 LogUtils.i(TAG, "onPerformSync email: %s", extras.toString());
113 final boolean pushOnly = Mailbox.isPushOnlyExtras(extras);
127 final int result = mEasService.sync(emailAccount.mId, extras);
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 119 Bundle extras = new Bundle(); local
120 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
121 result.setResult(Activity.RESULT_OK, null, extras);
143 final Bundle extras = new Bundle(); local
155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent);
158 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
159 result.setResult(Activity.RESULT_OK, null, extras);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 119 Bundle extras = new Bundle(); local
120 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
121 result.setResult(Activity.RESULT_OK, null, extras);
143 final Bundle extras = new Bundle(); local
155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent);
158 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
159 result.setResult(Activity.RESULT_OK, null, extras);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java 119 Bundle extras = new Bundle(); local
120 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
121 result.setResult(Activity.RESULT_OK, null, extras);
143 final Bundle extras = new Bundle(); local
155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent);
158 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
159 result.setResult(Activity.RESULT_OK, null, extras);
  /frameworks/support/v4/java/android/support/v4/app/
RemoteInput.java 44 boolean allowFreeFormInput, Bundle extras) {
49 this.mExtras = extras;
151 * <p>Values within the Bundle will replace existing extras values in this Builder.
155 public Builder addExtras(Bundle extras) {
156 if (extras != null) {
157 mExtras.putAll(extras);
267 Bundle extras) {
268 return new RemoteInput(resultKey, label, choices, allowFreeFormInput, extras);
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 36 // Extras keys used for Jellybean SDK and above.
49 private static final String KEY_EXTRAS = "extras";
76 Bundle extras, String groupKey, boolean groupSummary, String sortKey) {
103 if (extras != null) {
104 mExtras.putAll(extras);
134 // Merge in developer provided extras, but let the values already set
136 Bundle extras = getExtras(notif); local
139 if (extras.containsKey(key)) {
143 extras.putAll(mergeBundle);
146 // Add the action extras sparse array if any action was added with extras
227 Bundle extras = (Bundle) sExtrasField.get(notif); local
281 Bundle extras = getExtras(notif); local
    [all...]
  /development/build/
sdk.atree 405 development/sdk/support_source.properties extras/android/support/source.properties
406 development/sdk/support_README.txt extras/android/support/README.txt
407 development/sdk/sdk_files_NOTICE.txt extras/android/support/NOTICE.txt
409 ${OUT_DIR}/target/common/obj/PACKAGING/android-support-annotations_intermediates/android-support-annotations.jar extras/android/support/annotations/android-support-annotations.jar
411 ${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/support/v4/android-support-v4.jar
412 frameworks/support/v4 extras/android/support/v4/src
413 development/samples/Support4Demos extras/android/support/samples/Support4Demos
414 development/samples/SupportAppNavigation extras/android/support/samples/SupportAppNavigation
416 ${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/support/v13/android-support-v13.jar
417 frameworks/support/v13 extras (…)
    [all...]

Completed in 956 milliseconds

1 23 4 5 6 7 8 91011>>