Searched refs:Bundle (Results 1 - 25 of 185) sorted by path

12345678

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java22 import android.os.Bundle;
1595 Bundle data = msg.getData();
1614 Bundle data = msg.getData();
1866 * Save the state of this AwContents into provided Bundle.
1869 public boolean saveState(Bundle outState) {
1880 * Restore the state of this AwContents into provided Bundle.
1884 public boolean restoreState(Bundle inState) {
1946 * @see android.webkit.WebView#performAccessibilityAction(int, Bundle)
1948 public boolean performAccessibilityAction(int action, Bundle arguments) {
2245 Bundle bundl
[all...]
H A DAwPrintDocumentAdapter.java7 import android.os.Bundle;
53 Bundle metadata) {
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DSaveRestoreStateTest.java7 import android.os.Bundle;
121 Bundle bundle = new Bundle();
156 final Bundle invalidState = new Bundle();
171 final Bundle state = new Bundle();
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
H A DAwShellActivity.java11 import android.os.Bundle;
59 public void onCreate(Bundle savedInstanceState) {
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java13 import android.os.Bundle;
411 public boolean performAccessibilityAction(int action, Bundle arguments) {
H A DAwTestRunnerActivity.java8 import android.os.Bundle;
21 public void onCreate(Bundle savedInstanceState) {
/external/chromium_org/android_webview/tools/WebViewTelemetryShell/src/org/chromium/telemetry_shell/
H A DJankActivity.java9 import android.os.Bundle;
22 public void onCreate(Bundle savedInstanceState) {
H A DTelemetryActivity.java8 import android.os.Bundle;
19 public void onCreate(Bundle savedInstanceState) {
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DApiCompatibilityUtils.java16 import android.os.Bundle;
297 * @see android.app.Activity#startActivity(Intent, Bundle)
299 public static void startActivity(Context context, Intent intent, Bundle options) {
310 public static Bundle toBundle(ActivityOptions options) {
H A DApplicationStatus.java11 import android.os.Bundle;
133 public void onActivityCreated(final Activity activity, Bundle savedInstanceState) {
153 public void onActivitySaveInstanceState(Activity activity, Bundle outState) {}
H A DBaseChromiumApplication.java9 import android.os.Bundle;
38 public void onActivityCreated(final Activity activity, Bundle savedInstanceState) {
68 public void onActivitySaveInstanceState(Activity activity, Bundle outState) {
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
H A DLinker.java7 import android.os.Bundle;
142 * getSharedRelros() which returns a Bundle instance containing a map that
145 * This Bundle must be passed to each service process, for example through
146 * a Binder call (note that the Bundle includes file descriptors and cannot
150 * section Bundle is received. This is typically done by calling
210 private static Bundle sSharedRelros = null;
430 // Create new Bundle containing RELRO section information
455 // Clear the Bundle to ensure its file descriptor references can't be reused.
488 * Call this to send a Bundle containing the shared RELRO sections to be
492 * @param bundle The Bundle instanc
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java20 import android.os.Bundle;
688 public Bundle call(String method, String arg, Bundle extras) {
696 Bundle result = new Bundle();
H A DChromeBrowserProviderClient.java9 import android.os.Bundle;
157 private static Bundle argsToBundle(Object ... args) {
158 Bundle methodArgs = new Bundle();
175 Context context, Bundle args) {
176 Bundle result = context.getContentResolver().call(getPrivateProviderUri(context),
H A DKeyStoreSelectionDialog.java11 import android.os.Bundle;
49 public Dialog onCreateDialog(Bundle savedInstanceState) {
H A DRepostFormWarningDialog.java11 import android.os.Bundle;
32 public Dialog onCreateDialog(Bundle savedInstanceState) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAutoLoginAccountDelegate.java12 import android.os.Bundle;
20 public class AutoLoginAccountDelegate implements AccountManagerCallback<Bundle> {
73 public void run(AccountManagerFuture<Bundle> value) {
83 // Can't rely on the Bundle's auth token or account name as they might be null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DChromiumSyncAdapter.java13 import android.os.Bundle;
57 public void onPerformSync(Account account, Bundle extras, String authority,
128 final Context context, final Account acct, Bundle extras,
H A DDelayedSyncController.java12 import android.os.Bundle;
68 ContentResolver.requestSync(account, contractAuthority, new Bundle());
92 boolean shouldPerformSync(Context ctx, Bundle extras, Account account) {
105 private static boolean isManualSync(Bundle extras) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/util/
H A DFeatureUtilities.java14 import android.os.Bundle;
84 Bundle userRestrictions = manager.getUserRestrictions();
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DSmartClipProviderTest.java12 import android.os.Bundle;
120 Bundle bundle = msg.getData();
136 Bundle bundle = ai.metaData;
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
H A DChromiumSyncAdapterTest.java11 import android.os.Bundle;
78 mSyncAdapter.onPerformSync(TEST_ACCOUNT, new Bundle(),
87 Bundle extras = new Bundle();
126 mSyncAdapter.onPerformSync(TEST_ACCOUNT, new Bundle(),
H A DDelayedSyncControllerTest.java14 import android.os.Bundle;
55 Bundle extras = new Bundle();
69 Bundle extras = new Bundle();
78 Bundle extras = new Bundle();
92 Bundle extras = new Bundle();
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
H A DChromeShellActivity.java9 import android.os.Bundle;
100 protected void onCreate(final Bundle savedInstanceState) {
132 private void finishInitialization(final Bundle savedInstanceState) {
186 protected void onSaveInstanceState(Bundle outState) {
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
H A DAccountChooserFragment.java11 import android.os.Bundle;
30 public Dialog onCreateDialog(Bundle savedInstanceState) {

Completed in 371 milliseconds

12345678