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

<<41424344454647484950>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
List15.java 21 import android.os.Bundle;
35 protected void onCreate(Bundle savedInstanceState) {
45 protected void onPostCreate(Bundle savedInstanceState) {
List16.java 21 import android.os.Bundle;
37 protected void onCreate(Bundle savedInstanceState) {
47 protected void onPostCreate(Bundle savedInstanceState) {
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetService.java 25 import android.os.Bundle;
86 Bundle extras = new Bundle();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentContextMenuSupport.java 21 import android.os.Bundle;
39 protected void onCreate(Bundle savedInstanceState) {
52 Bundle savedInstanceState) {
FragmentDialogOrActivitySupport.java 21 import android.os.Bundle;
34 protected void onCreate(Bundle savedInstanceState) {
73 Bundle savedInstanceState) {
FragmentMenuFragmentSupport.java 25 import android.os.Bundle;
50 Bundle savedInstanceState) {
81 public void onViewStateRestored(Bundle savedInstanceState) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AutoLoginAccountDelegate.java 12 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
  /frameworks/base/core/tests/coretests/src/android/app/activity/
IntentSenderTest.java 24 import android.os.Bundle;
49 int resultCode, String resultData, Bundle resultExtras) {
76 int resultCode, String resultData, Bundle resultExtras) {
  /frameworks/base/location/java/android/location/
SettingInjectorService.java 21 import android.os.Bundle;
112 * Name of the bundle key for the string specifying the summary for the setting (e.g., "ON" or
120 * Name of the bundle key for the string specifying whether the setting is currently enabled.
192 Bundle bundle = new Bundle(); local
193 bundle.putString(SUMMARY_KEY, summary);
194 bundle.putBoolean(ENABLED_KEY, enabled);
195 message.setData(bundle);
  /frameworks/base/services/java/com/android/server/location/
PassiveProvider.java 30 import android.os.Bundle;
81 public int getStatus(Bundle extras) {
111 public boolean sendExtraCommand(String command, Bundle extras) {
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestBasic.java 21 import android.os.Bundle;
39 Bundle savedInstanceState) {
45 public void onViewCreated(View view, Bundle savedInstanceState) {
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
Balls.java 24 import android.os.Bundle;
39 import android.os.Bundle;
74 public void onCreate(Bundle icicle) {
  /frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
CoverageListener.java 19 import android.os.Bundle;
35 * If included in the status or final bundle sent to an IInstrumentationWatcher, this key
61 public void instrumentationRunFinished(PrintStream writer, Bundle results) {
65 private void generateCoverageReport(PrintStream writer, Bundle results) {
  /frameworks/volley/src/com/android/volley/toolbox/
AndroidAuthenticator.java 26 import android.os.Bundle;
73 AccountManagerFuture<Bundle> future = accountManager.getAuthToken(mAccount,
75 Bundle result;
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DialogSmsDisplay.java 26 import android.os.Bundle;
46 protected void onCreate(Bundle savedInstanceState) {
56 Bundle extras = intent.getExtras();
  /packages/apps/Contacts/src/com/android/contacts/editor/
ViewIdGenerator.java 19 import android.os.Bundle;
47 private Bundle mIdMap = new Bundle();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ProfileAndContactsLoader.java 23 import android.os.Bundle;
71 public Bundle getExtras() {
73 return contactsCursor == null ? new Bundle() : contactsCursor.getExtras();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
AccountServiceProxy.java 20 import android.os.Bundle;
96 public Bundle getConfigurationData(final String accountType) {
107 return (Bundle)mReturn;
  /packages/apps/Launcher2/src/com/android/launcher2/
PendingAddItemInfo.java 23 import android.os.Bundle;
59 Bundle bindOptions = null;
100 bindOptions = copy.bindOptions == null ? null : (Bundle) copy.bindOptions.clone();
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAddItemInfo.java 23 import android.os.Bundle;
59 Bundle bindOptions = null;
100 bindOptions = copy.bindOptions == null ? null : (Bundle) copy.bindOptions.clone();
  /packages/apps/Music/src/com/android/music/
WeekSelector.java 21 import android.os.Bundle;
32 public void onCreate(Bundle icicle) {
61 public void onSaveInstanceState(Bundle outcicle) {
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelReceiver.java 23 import android.os.Bundle;
99 final Bundle extras = new Bundle();
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 6 import android.os.Bundle;
25 protected void onCreate(Bundle icicle) {
72 protected void onSaveInstanceState(Bundle icicle) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
Activator.java 24 import org.osgi.framework.Bundle;
63 public static Bundle getBundle(String id) {
64 for (Bundle bundle : mPlugin.getBundle().getBundleContext().getBundles()) {
65 if (bundle.getSymbolicName().equals(id)) {
66 return bundle;
  /cts/tests/src/android/app/cts/
TestedScreen.java 21 import android.os.Bundle;
38 public void onCreate(Bundle icicle) {
57 protected void onRestoreInstanceState(Bundle state) {
76 protected void onSaveInstanceState(Bundle outState) {

Completed in 6905 milliseconds

<<41424344454647484950>>