HomeSort by relevance Sort by last modified time
    Searched refs:Bundle (Results 926 - 950 of 3349) sorted by null

<<31323334353637383940>>

  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 20 import android.os.Bundle;
29 public void onCreate(Bundle savedInstanceState){
50 protected void onSaveInstanceState(Bundle outState){
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentListArraySupport.java 24 import android.os.Bundle;
37 protected void onCreate(Bundle savedInstanceState) {
50 public void onActivityCreated(Bundle savedInstanceState) {
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 24 import android.os.Bundle;
67 Bundle bundle = new Bundle(); local
68 bundle.putStringArrayList(SpeechRecognizer.RESULTS_RECOGNITION, results);
71 listener.results(bundle);
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
BasicGestureDetectFragment.java 20 import android.os.Bundle;
32 public void onCreate(Bundle savedInstanceState) {
38 public void onActivityCreated(Bundle savedInstanceState) {
  /development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
BasicImmersiveModeFragment.java 18 import android.os.Bundle;
30 public void onCreate(Bundle savedInstanceState) {
36 public void onActivityCreated(Bundle savedInstanceState) {
  /development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/
SimpleTextFragment.java 19 import android.os.Bundle;
53 Bundle savedInstanceState) {
89 Bundle args = getArguments();
  /development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
ImmersiveModeFragment.java 19 import android.os.Bundle;
31 public void onCreate(Bundle savedInstanceState) {
37 public void onActivityCreated(Bundle savedInstanceState) {
  /development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
SimpleTextFragment.java 19 import android.os.Bundle;
52 Bundle savedInstanceState) {
88 Bundle args = getArguments();
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperHoneycomb.java 20 import android.os.Bundle;
72 protected void onSaveInstanceState(Bundle outState) {
78 protected void onRestoreInstanceState(Bundle savedInstanceState) {
  /external/chromium_org/testing/android/java/src/org/chromium/native_test/
ChromeNativeTestActivity.java 9 import android.os.Bundle;
28 public void onCreate(Bundle savedInstanceState) {
37 Bundle extras = this.getIntent().getExtras();
  /frameworks/base/core/java/android/accounts/
IAccountManager.aidl 22 import android.os.Bundle;
39 boolean addAccountExplicitly(in Account account, String password, in Bundle extras);
51 in Bundle options);
54 in Bundle options);
56 String authTokenType, boolean expectActivityLaunch, in Bundle options);
60 in Bundle options, boolean expectActivityLaunch, int userId);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiAssociationTestRunner.java 21 import android.os.Bundle;
58 public void onCreate(Bundle icicle) {
60 Bundle arguments = icicle;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SettingsActivity.java 22 import android.os.Bundle;
42 protected void onCreate(Bundle savedInstanceState) {
66 public void onCreate(Bundle savedInstanceState) {
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 19 import android.os.Bundle;
53 * Create a new CellLocation from a intent notifier Bundle
58 * @param bundle Bundle from intent notifier
63 public static CellLocation newFromBundle(Bundle bundle) {
68 return new CdmaCellLocation(bundle);
70 return new GsmCellLocation(bundle);
79 public abstract void fillInNotifierBundle(Bundle bundle);
    [all...]
  /frameworks/base/telephony/java/android/telephony/gsm/
GsmCellLocation.java 19 import android.os.Bundle;
40 * Initialize the object from a bundle.
42 public GsmCellLocation(Bundle bundle) {
43 mLac = bundle.getInt("lac", mLac);
44 mCid = bundle.getInt("cid", mCid);
45 mPsc = bundle.getInt("psc", mPsc);
137 * Set intent notifier Bundle based on service state
139 * @param m intent notifier Bundle
141 public void fillInNotifierBundle(Bundle m)
    [all...]
  /frameworks/base/test-runner/src/android/test/
SyncBaseInstrumentation.java 21 import android.os.Bundle;
48 Bundle extras = new Bundle();
  /frameworks/support/v4/java/android/support/v4/app/
ActivityCompat.java 22 import android.os.Bundle;
83 * {@link ActivityOptionsCompat} for how to build the Bundle
87 public static void startActivity(Activity activity, Intent intent, Bundle options) {
111 * {@link ActivityOptionsCompat} for how to build the Bundle
115 public static void startActivityForResult(Activity activity, Intent intent, int requestCode, Bundle options) {
ActivityOptionsCompat.java 22 import android.os.Bundle;
41 * these options as the options Bundle when starting an activity.
70 * these options as the options Bundle when starting an activity.
99 * these options as the options Bundle when starting an activity.
120 public Bundle toBundle() {
138 * Returns the created options as a Bundle, which can be passed to
139 * {@link ActivityCompat#startActivity(android.app.Activity, android.content.Intent, android.os.Bundle)}.
140 * Note that the returned Bundle is still owned by the ActivityOptions
142 * methods that take an options Bundle.
144 public Bundle toBundle()
    [all...]
  /frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
AccessibilityNodeProviderCompatKitKat.java 19 import android.os.Bundle;
31 public boolean performAction(int virtualViewId, int action, Bundle arguments);
55 public boolean performAction(int virtualViewId, int action, Bundle arguments) {
  /frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
AndroidJUnit3Builder.java 19 import android.os.Bundle;
34 private final Bundle mBundle;
36 public AndroidJUnit3Builder(Instrumentation instr, Bundle bundle, boolean skipExecution) {
38 mBundle = bundle;
  /frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
AndroidJUnit4Builder.java 19 import android.os.Bundle;
36 private final Bundle mBundle;
39 public AndroidJUnit4Builder(Instrumentation instr, Bundle bundle, boolean skipExecution) {
41 mBundle = bundle;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 22 import android.os.Bundle;
34 * <code>Bundle getPolicy(String, Bundle)</code>, which serves vendor specific configurations.
43 private static final Class<?>[] ARGS = new Class<?>[] {String.class, Bundle.class};
45 // call keys and i/o bundle keys
141 * It returns an empty {@link Bundle} when there is no policy apk (or even if the inner
145 public Bundle getPolicy(String policy, Bundle args) {
146 Bundle ret = null;
149 ret = (Bundle) mPolicyMethod.invoke(null, policy, args)
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ServiceStore.java 20 import android.os.Bundle;
57 public Bundle checkSettings() throws MessagingException {
80 public Bundle autoDiscover(Context context, String username, String password) {
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeBroadcastReceiver.java 11 import android.os.Bundle;
33 final Bundle bundle = new Bundle(3); local
34 bundle.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
35 bundle.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
36 bundle.putBoolean(Mailbox.SYNC_EXTRA_ACCOUNT_ONLY, true);
37 ContentResolver.requestSync(account, EmailContent.AUTHORITY, bundle);
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetBind.java 25 import android.os.Bundle;
37 protected void onCreate(Bundle icicle) {
48 final Bundle extras = intent.getExtras();

Completed in 1117 milliseconds

<<31323334353637383940>>