OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBundleExtra
(Results
1 - 22
of
22
) sorted by null
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/locale/
LocaleReceiver.java
35
new File(intent.
getBundleExtra
(com.twofortyfouram.locale.platform.Intent.EXTRA_BUNDLE)
/development/samples/ApiDemos/src/com/example/android/apis/app/
SearchQueryResults.java
106
final Bundle appData = queryIntent.
getBundleExtra
(SearchManager.APP_DATA);
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java
61
mRecipe = Recipe.fromBundle(intent.
getBundleExtra
(Constants.EXTRA_RECIPE));
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java
61
mRecipe = Recipe.fromBundle(intent.
getBundleExtra
(Constants.EXTRA_RECIPE));
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeService.java
61
mRecipe = Recipe.fromBundle(intent.
getBundleExtra
(Constants.EXTRA_RECIPE));
/cts/tests/autofillservice/src/android/autofillservice/cts/
AuthenticationActivity.java
214
sData = getIntent().
getBundleExtra
(AutofillManager.EXTRA_CLIENT_STATE);
239
final Bundle outClientState = getIntent().
getBundleExtra
(EXTRA_OUTPUT_CLIENT_STATE);
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
AppRestrictionsDelegateTest.java
60
mReceivedRestrictions = intent.
getBundleExtra
("value");
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java
46
intent.
getBundleExtra
(Intent.EXTRA_RESTRICTIONS_BUNDLE);
CustomRestrictionsFragment.java
101
activity.getIntent().
getBundleExtra
(Intent.EXTRA_RESTRICTIONS_BUNDLE);
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java
46
intent.
getBundleExtra
(Intent.EXTRA_RESTRICTIONS_BUNDLE);
CustomRestrictionsFragment.java
101
activity.getIntent().
getBundleExtra
(Intent.EXTRA_RESTRICTIONS_BUNDLE);
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java
46
intent.
getBundleExtra
(Intent.EXTRA_RESTRICTIONS_BUNDLE);
CustomRestrictionsFragment.java
101
activity.getIntent().
getBundleExtra
(Intent.EXTRA_RESTRICTIONS_BUNDLE);
/external/setupcompat/main/java/com/google/android/setupcompat/util/
WizardManagerHelper.java
101
dstIntent.putExtra(EXTRA_WIZARD_BUNDLE, srcIntent.
getBundleExtra
(EXTRA_WIZARD_BUNDLE));
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsTest.java
69
mReceivedRestrictions = intent.
getBundleExtra
("value");
/cts/tests/tests/appwidget/src/android/appwidget/cts/
WidgetTransitionTest.java
290
receiver.result.
getBundleExtra
(RemoteViews.EXTRA_SHARED_ELEMENT_BOUNDS)
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java
232
intent3.
getBundleExtra
("nest").putInt("int", 123);
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java
367
Bundle metadata = intent.
getBundleExtra
(MediaControlIntent.EXTRA_ITEM_METADATA);
368
Bundle headers = intent.
getBundleExtra
(MediaControlIntent.EXTRA_ITEM_HTTP_HEADERS);
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java
367
Bundle metadata = intent.
getBundleExtra
(MediaControlIntent.EXTRA_ITEM_METADATA);
368
Bundle headers = intent.
getBundleExtra
(MediaControlIntent.EXTRA_ITEM_HTTP_HEADERS);
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java
368
Bundle metadata = intent.
getBundleExtra
(MediaControlIntent.EXTRA_ITEM_METADATA);
369
Bundle headers = intent.
getBundleExtra
(MediaControlIntent.EXTRA_ITEM_HTTP_HEADERS);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowIntentTest.java
181
assertEquals(5, intent.
getBundleExtra
("foo").getInt("bar"));
/cts/tests/tests/content/src/android/content/cts/
IntentTest.java
235
assertEquals(expected, mIntent.
getBundleExtra
(TEST_EXTRA_NAME));
550
assertEquals(expected, mIntent.
getBundleExtra
(TEST_EXTRA_NAME));
[
all
...]
Completed in 516 milliseconds