Searched refs:Bundle (Results 226 - 250 of 1367) sorted by relevance

1234567891011>>

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestTextViewDrawablesRtl.java20 import android.os.Bundle;
33 Bundle savedInstanceState) {
39 public void onViewCreated(View view, Bundle savedInstanceState) {
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DTest.java5 import android.os.Bundle;
10 private Bundle mBundle;
19 mBundle = new Bundle();
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfTest.java4 import android.os.Bundle;
30 Bundle testResult = new Bundle();
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
H A DMapView.java22 import android.os.Bundle;
112 public void onSaveInstanceState(Bundle state) {
115 public void onRestoreInstanceState(Bundle state) {
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsIntent.java27 import android.os.Bundle;
83 * Bundle used for adding a custom action button to the custom tab toolbar. The client should
112 * Use an {@code ArrayList<Bundle>} for specifying menu related params. There should be a
113 * separate {@link Bundle} for each custom menu item.
124 * Bundle constructed out of {@link ActivityOptions} that will be running when the
138 * A {@link Bundle} containing the start animation for the Custom Tabs Activity.
140 @Nullable public final Bundle startAnimationBundle;
156 private CustomTabsIntent(Intent intent, Bundle startAnimationBundle) {
166 private ArrayList<Bundle> mMenuItems = null;
167 private Bundle mStartAnimationBundl
[all...]
H A DCustomTabsSession.java21 import android.os.Bundle;
55 * likelihood order. Inside each Bundle, the client should provide a
57 * {@link Bundle#putParcelable(String, android.os.Parcelable)}.
60 public boolean mayLaunchUrl(Uri url, Bundle extras, List<Bundle> otherLikelyBundles) {
/frameworks/support/v4/api22/android/support/v4/media/session/
H A DPlaybackStateCompatApi22.java20 import android.os.Bundle;
26 public static Bundle getExtras(Object stateObj) {
33 long activeItemId, Bundle extras) {
/frameworks/support/v4/donut/android/support/v4/app/
H A DNotificationCompatBase.java20 import android.os.Bundle;
31 public abstract Bundle getExtras();
36 Bundle extras, RemoteInputCompatBase.RemoteInput[] remoteInputs);
/frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
H A DAccessibilityNodeProviderCompatJellyBean.java19 import android.os.Bundle;
31 public boolean performAction(int virtualViewId, int action, Bundle arguments);
54 public boolean performAction(int virtualViewId, int action, Bundle arguments) {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderDescriptor.java19 import android.os.Bundle;
36 private final Bundle mBundle;
39 private MediaRouteProviderDescriptor(Bundle bundle,
55 ArrayList<Bundle> routeBundles = mBundle.<Bundle>getParcelableArrayList(KEY_ROUTES);
104 public Bundle asBundle() {
114 public static MediaRouteProviderDescriptor fromBundle(Bundle bundle) {
122 private final Bundle mBundle;
129 mBundle = new Bundle();
141 mBundle = new Bundle(descripto
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DIMediaControllerCallback.aidl18 import android.os.Bundle;
30 void onEvent(String event, in Bundle extras);
38 void onExtrasChanged(in Bundle extras);
/frameworks/base/core/java/android/print/
H A DPrintDocumentAdapter.java19 import android.os.Bundle;
35 * PrintAttributes, CancellationSignal, LayoutResultCallback, Bundle)} to
41 * CancellationSignal, LayoutResultCallback, Bundle)}, you <strong>may</strong> get
58 * LayoutResultCallback, Bundle)} callback requires that you layout the content
74 * PrintAttributes, CancellationSignal, LayoutResultCallback, Bundle)}.
97 * PrintAttributes, CancellationSignal, LayoutResultCallback, Bundle)} on
105 * LayoutResultCallback, Bundle)} which is not mandatory. If you use multiple
114 * This extra is provided in the {@link Bundle} argument of the {@link
116 * LayoutResultCallback, Bundle)} callback.
119 * LayoutResultCallback, Bundle)
[all...]
/frameworks/base/core/java/android/service/trust/
H A DITrustAgentServiceCallback.aidl18 import android.os.Bundle;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperSettingsActivity.java20 import android.os.Bundle;
38 protected void onCreate(Bundle icicle) {
/frameworks/base/core/java/android/speech/
H A DIRecognitionService.aidl19 import android.os.Bundle;
/frameworks/base/core/java/com/android/internal/app/
H A DDisableCarModeActivity.java22 import android.os.Bundle;
31 protected void onCreate(Bundle savedInstanceState) {
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DClearTop.java21 import android.os.Bundle;
31 public void onCreate(Bundle icicle) {
H A DLaunchpadTabActivity.java22 import android.os.Bundle;
30 public void onCreate(Bundle icicle) {
H A DRemoteSubActivityScreen.java21 import android.os.Bundle;
34 public void onCreate(Bundle icicle) {
/frameworks/base/core/tests/coretests/src/android/view/
H A DBitmapDrawable.java23 import android.os.Bundle;
35 protected void onCreate(Bundle icicle) {
H A DGlobalFocusChange.java22 import android.os.Bundle;
31 protected void onCreate(Bundle savedInstanceState) {
H A DMerge.java21 import android.os.Bundle;
34 protected void onCreate(Bundle icicle) {
H A DStubbedView.java21 import android.os.Bundle;
30 protected void onCreate(Bundle icicle) {
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DRequestFocus.java22 import android.os.Bundle;
32 @Override protected void onCreate(Bundle icicle) {
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineAlignmentZeroWidthAndWeight.java22 import android.os.Bundle;
27 protected void onCreate(Bundle icicle) {

Completed in 670 milliseconds

1234567891011>>