/frameworks/base/core/java/com/android/internal/appwidget/ |
IAppWidgetService.aidl | 26 import android.os.Bundle; 52 void updateAppWidgetOptions(String callingPackage, int appWidgetId, in Bundle extras); 53 Bundle getAppWidgetOptions(String callingPackage, int appWidgetId); 64 int providerProfileId, in ComponentName providerComponent, in Bundle options);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
FailureDialogFragment.java | 28 import android.os.Bundle; 55 final Bundle args = new Bundle(); 77 public Dialog onCreateDialog(Bundle inState) {
|
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/ |
MainActivity.java | 18 import android.os.Bundle; 39 protected void onCreate(Bundle savedInstanceState) { 91 * , android.view.ViewGroup, android.os.Bundle) 95 Bundle savedInstanceState) {
|
/frameworks/support/v4/jellybean/android/support/v4/view/ |
AccessibilityDelegateCompatJellyBean.java | 19 import android.os.Bundle; 42 public boolean performAccessibilityAction(View host, int action, Bundle args); 91 public boolean performAccessibilityAction(View host, int action, Bundle args) { 103 Bundle args) {
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
PhotoSourceDialogFragment.java | 27 import android.os.Bundle; 48 final Bundle args = new Bundle(); 58 public Dialog onCreateDialog(Bundle savedInstanceState) {
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
GroupCreationDialogFragment.java | 21 import android.os.Bundle; 49 Bundle args = new Bundle(); 82 Bundle arguments = getArguments();
|
JoinContactsDialogFragment.java | 30 import android.os.Bundle; 55 Bundle arguments = new Bundle(); 62 public Dialog onCreateDialog(Bundle savedInstanceState) {
|
/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/emailcommon/src/com/android/emailcommon/service/ |
EmailServiceStatus.java | 22 import android.os.Bundle; 29 * {@link Bundle}. Instead, the caller requesting the sync specifies values with which to call 73 // Keys for the sync extras Bundle that specify the callback. 78 // Keys for the status Bundle sent to the callback. These keys are used in every status type. 93 public void addToStatus(final Bundle statusExtras); 109 private static void syncStatus(final ContentResolver cr, final Bundle syncExtras, 117 final Bundle statusExtras = new Bundle(4); 142 public static void syncMailboxStatus(final ContentResolver cr, final Bundle syncExtras,
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsEditQuickResponsesFragment.java | 32 import android.os.Bundle; 63 public static Bundle createArgs(final Account account) { 64 final Bundle b = new Bundle(1); 75 public void onActivityCreated(Bundle savedInstanceState) { 89 public Loader<Cursor> onCreateLoader(int id, Bundle args) { 107 public void onCreate(Bundle savedInstanceState) { 110 Bundle args = getArguments(); 118 Bundle savedInstanceState) {
|
/packages/apps/FMRadio/src/com/android/fmradio/ |
FmListener.java | 19 import android.os.Bundle; 50 // Bundle keys 116 void onCallBack(Bundle bundle);
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
MessageParser.java | 60 import android.os.Bundle; 120 * Furthermore this class can construct the bundle of extras for the second kind of intent given a 141 // Key for the admin extras bundle 197 public void addProvisioningParamsToBundle(Bundle bundle, ProvisioningParams params) { 198 bundle.putString(EXTRA_PROVISIONING_TIME_ZONE, params.timeZone); 199 bundle.putString(EXTRA_PROVISIONING_LOCALE, localeToString(params.locale)); 200 bundle.putString(EXTRA_PROVISIONING_WIFI_SSID, params.wifiInfo.ssid); 201 bundle.putString(EXTRA_PROVISIONING_WIFI_SECURITY_TYPE, params.wifiInfo.securityType); 202 bundle.putString(EXTRA_PROVISIONING_WIFI_PASSWORD, params.wifiInfo.password) [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/ |
FixedViewPagerAdapter.java | 18 import android.os.Bundle; 88 // are not persisted in the DB we'd like to store them in a Bundle when views get 91 // add this saved Bundle to the overall saved instance state. 92 final Bundle savedViewHolderState = new Bundle(Factory.get().getApplicationContext() 103 if (state instanceof Bundle) { 104 final Bundle restoredViewHolderState = (Bundle) state; 105 ((Bundle) state).setClassLoader(Factory.get().getApplicationContext().getClassLoader());
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/ |
ConversationInputManagerTest.java | 20 import android.os.Bundle; 66 private ConversationInputManager initNewInputManager(final Bundle savedState) { 96 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); 119 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); 136 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); 153 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); 161 Bundle savedInstanceState = new Bundle(); 175 final ConversationInputManager inputManager = initNewInputManager(new Bundle());
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WpsDialog.java | 28 import android.os.Bundle; 139 public Bundle onSaveInstanceState () { 140 Bundle bundle = super.onSaveInstanceState(); local 141 bundle.putString(DIALOG_STATE, mDialogState.toString()); 142 bundle.putString(DIALOG_MSG_STRING, mMsgString.toString()); 143 return bundle; 147 public void onRestoreInstanceState(Bundle savedInstanceState) { 157 protected void onCreate(Bundle savedInstanceState) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
AddAccessoryContentFragment.java | 20 import android.os.Bundle; 38 final Bundle args = new Bundle(1); 46 Bundle savedInstanceState) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
SaveWifiConfigurationFragment.java | 21 import android.os.Bundle; 44 Bundle args = new Bundle(); 72 public void onCreate(Bundle icicle) {
|
TimedMessageWizardFragment.java | 22 import android.os.Bundle; 45 Bundle args = new Bundle(); 74 public void onCreate(Bundle savedInstanceState) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
MoveAppProgressFragment.java | 22 import android.os.Bundle; 34 final Bundle b = new Bundle(1); 41 public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
DialogActivity.java | 30 import android.os.Bundle; 174 protected void onCreate(Bundle savedInstanceState) { 196 Bundle bundle = getIntent().getExtras(); local 197 if (bundle != null) { 198 boolean createFragmentFromExtra = bundle.getBoolean(EXTRA_CREATE_FRAGMENT_FROM_EXTRA); 200 // If intent bundle is not null, and flag indicates that should create fragments, 201 // set ContentFragment and ActionFragment using bundle extras. 202 String title = bundle.getString(EXTRA_DIALOG_TITLE); 203 String breadcrumb = bundle.getString(EXTRA_DIALOG_BREADCRUMB) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/permissions/ |
PermissionsActivity.java | 23 import android.os.Bundle; 61 protected void onCreate(Bundle savedInstanceState) { 69 protected void onSaveInstanceState(Bundle outState) { 79 final Bundle extras = getIntent().getExtras();
|
/packages/services/Telephony/src/com/android/phone/settings/fdn/ |
GetPin2Screen.java | 22 import android.os.Bundle; 48 protected void onCreate(Bundle icicle) { 78 Bundle map = new Bundle();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
messages.properties | 13 SimpleFile_Bundle_not_found=bundle not found
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
GlobalProjectMonitor.java | 164 * Base listener bundle to associate a listener to an event mask. 182 * Listener bundle for file event. 191 * Listener bundle for folder event. 229 for (FileListenerBundle bundle : mFileListeners) { 230 if (bundle.kindMask == ListenerBundle.MASK_NONE 231 || (bundle.kindMask & kind) != 0) { 233 bundle.listener.fileChanged((IFile)r, delta.getMarkerDeltas(), kind, 244 for (FolderListenerBundle bundle : mFolderListeners) { 245 if (bundle.kindMask == ListenerBundle.MASK_NONE 246 || (bundle.kindMask & kind) != 0) 358 FileListenerBundle bundle = new FileListenerBundle(); local 371 FileListenerBundle bundle = mFileListeners.get(i); local 387 FolderListenerBundle bundle = new FolderListenerBundle(); local 400 FolderListenerBundle bundle = mFolderListeners.get(i); local [all...] |
/frameworks/base/core/java/android/os/ |
BaseBundle.java | 31 private static final String TAG = "Bundle"; 48 * data are stored as a Parcel containing a Bundle. When the data 59 * Constructs a new, empty Bundle that uses a specific ClassLoader for 63 * inside of the Bundle. 73 * Constructs a new, empty Bundle. 80 * Constructs a Bundle whose data is stored as a Parcel. The data 83 * @param parcelledData a Parcel containing a Bundle 94 * Constructs a new, empty Bundle that uses a specific ClassLoader for 98 * inside of the Bundle. 105 * Constructs a new, empty Bundle sized to hold the given number o [all...] |