/packages/apps/Music/src/com/android/music/ |
DeleteItems.java | 21 import android.os.Bundle; 35 public void onCreate(Bundle icicle) { 54 Bundle b = getIntent().getExtras();
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryDetail.java | 20 import android.os.Bundle; 35 public void onCreate(Bundle icicle) { 46 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/ |
ViewModeTests.java | 20 import android.os.Bundle; 34 Bundle state = new Bundle();
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
OverlayTitleTemplatePicker.java | 21 import android.os.Bundle; 37 public void onCreate(Bundle savedInstanceState) { 70 final Bundle bundle = MovieOverlay.buildUserAttributes(overlayType, "", ""); local 71 extras.putExtra(PARAM_OVERLAY_ATTRIBUTES, bundle);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/ |
RenderScriptScene.java | 21 import android.os.Bundle; 89 public Bundle onCommand(String action, int x, int y, int z, Bundle extras,
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
RenderScriptScene.java | 21 import android.os.Bundle; 93 public Bundle onCommand(String action, int x, int y, int z, Bundle extras,
|
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/ |
MockAccountManager.java | 21 import android.os.Bundle; 132 public boolean addAccountExplicitly(Account account, String password, Bundle userdata) { 175 public AccountManagerFuture<Bundle> confirmCredentials(Account account, Bundle bundle, 176 Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) { 177 String password = bundle.getString(AccountManager.KEY_PASSWORD); 184 new AccountManagerTask<Bundle>(handler, callback, new Callable<Bundle>() { 186 public Bundle call() throws Exception [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
RemotePlaybackClient.java | 24 import android.os.Bundle; 234 * @param metadata The media item metadata bundle, or null if none. 235 * @param extras A bundle of extra arguments to be added to the 245 public void play(Uri contentUri, String mimeType, Bundle metadata, 246 long positionMillis, Bundle extras, ItemActionCallback callback) { 268 * @param metadata The media item metadata bundle, or null if none. 269 * @param extras A bundle of extra arguments to be added to the 280 public void enqueue(Uri contentUri, String mimeType, Bundle metadata, 281 long positionMillis, Bundle extras, ItemActionCallback callback) { 286 private void playOrEnqueue(Uri contentUri, String mimeType, Bundle metadata [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentHideShow.java | 25 import android.os.Bundle; 39 protected void onCreate(Bundle savedInstanceState) { 74 Bundle savedInstanceState) { 88 public void onSaveInstanceState(Bundle outState) { 100 Bundle savedInstanceState) {
|
FragmentMenu.java | 25 import android.os.Bundle; 50 protected void onCreate(Bundle savedInstanceState) { 80 protected void onRestoreInstanceState(Bundle savedInstanceState) { 104 public void onCreate(Bundle savedInstanceState) { 122 public void onCreate(Bundle savedInstanceState) {
|
FragmentNestingTabs.java | 25 import android.os.Bundle; 34 protected void onCreate(Bundle savedInstanceState) { 65 protected void onSaveInstanceState(Bundle outState) { 74 private final Bundle mArgs; 81 public TabListener(Activity activity, String tag, Class<T> clz, Bundle args) {
|
FragmentReceiveResult.java | 25 import android.os.Bundle; 38 protected void onCreate(Bundle savedInstanceState) { 71 public void onCreate(Bundle savedInstanceState) { 76 public void onSaveInstanceState(Bundle outState) { 82 Bundle savedInstanceState) {
|
FragmentTabs.java | 26 import android.os.Bundle; 35 protected void onCreate(Bundle savedInstanceState) { 65 protected void onSaveInstanceState(Bundle outState) { 74 private final Bundle mArgs; 81 public TabListener(Activity activity, String tag, Class<T> clz, Bundle args) {
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentHideShowSupport.java | 26 import android.os.Bundle; 40 protected void onCreate(Bundle savedInstanceState) { 75 Bundle savedInstanceState) { 89 public void onSaveInstanceState(Bundle outState) { 101 Bundle savedInstanceState) {
|
FragmentMenuSupport.java | 27 import android.os.Bundle; 52 protected void onCreate(Bundle savedInstanceState) { 82 protected void onRestoreInstanceState(Bundle savedInstanceState) { 106 public void onCreate(Bundle savedInstanceState) { 127 public void onCreate(Bundle savedInstanceState) {
|
FragmentReceiveResultSupport.java | 27 import android.os.Bundle; 40 protected void onCreate(Bundle savedInstanceState) { 73 public void onCreate(Bundle savedInstanceState) { 78 public void onSaveInstanceState(Bundle outState) { 84 Bundle savedInstanceState) {
|
/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/ |
WindowAnimations.java | 24 import android.os.Bundle; 39 public void onCreate(Bundle savedInstanceState) { 68 Bundle translateBundle = 82 Bundle scaleBundle = ActivityOptions.makeScaleUpAnimation( 97 Bundle scaleBundle = ActivityOptions.makeThumbnailScaleUpAnimation(
|
/frameworks/base/core/java/android/database/ |
BulkCursorToCursorAdaptor.java | 19 import android.os.Bundle; 165 public Bundle getExtras() { 178 public Bundle respond(Bundle extras) { 186 // so, better to log and return an empty bundle. 187 Log.w(TAG, "respond() threw RemoteException, returning an empty bundle.", e); 188 return Bundle.EMPTY;
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
LocationProviderBase.java | 28 import android.os.Bundle; 65 * Bundle key for a version of the location containing no GPS data. 97 public int getStatus(Bundle extras) { 105 public boolean sendExtraCommand(String command, Bundle extras) { 187 public abstract int onGetStatus(Bundle extras); 206 * The provider may optionally fill the extras Bundle with results from the command. 210 public boolean onSendExtraCommand(String command, Bundle extras) {
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZonePickerDialog.java | 21 import android.os.Bundle; 57 Bundle savedInstanceState) { 60 Bundle b = getArguments(); 81 public void onSaveInstanceState(Bundle outState) { 93 public Dialog onCreateDialog(Bundle savedInstanceState) {
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/ |
InstrumentationResultPrinter.java | 19 import android.os.Bundle; 38 * If included in the status or final bundle sent to an IInstrumentationWatcher, this key 44 * If included in the status or final bundle sent to an IInstrumentationWatcher, this key 50 * If included in the status or final bundle sent to an IInstrumentationWatcher, this key 56 * If included in the status or final bundle sent to an IInstrumentationWatcher, this key 83 * If included in the status bundle sent to an IInstrumentationWatcher, this key 89 private final Bundle mResultTemplate; 90 Bundle mTestResult; 97 mResultTemplate = new Bundle(); 118 mTestResult = new Bundle(mResultTemplate) [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
NonPhoneActivity.java | 27 import android.os.Bundle; 43 protected void onCreate(Bundle savedInstanceState) { 52 Bundle bundle = new Bundle(); local 53 bundle.putString(PHONE_NUMBER_KEY, phoneNumber); 54 fragment.setArguments(bundle); 70 public Dialog onCreateDialog(Bundle savedInstanceState) {
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
FragmentActivityTest.java | 3 import android.os.Bundle; 81 Bundle outState = new Bundle(); 100 Bundle outState = new Bundle(); 108 Bundle bundle = new Bundle(); local 112 bundle.putSerializable(ShadowFragmentActivity.FRAGMENTS_TAG, new Object[]{fragmentState}); 115 activity.onCreate(bundle); 130 Bundle bundle = new Bundle(); local [all...] |
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
Test4DetailFragment.java | 21 import android.os.Bundle; 54 public void onCreate(Bundle savedInstanceState) { 65 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) { 131 Bundle args = new Bundle(); 170 Bundle savedInstanceState) { 173 Bundle args = getArguments();
|
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/ |
GetRestrictionsReceiver.java | 25 import android.os.Bundle; 43 // If app restriction settings are already created, they will be included in the Bundle 45 final Bundle existingRestrictions = 110 Bundle existingRestrictions) { 111 // The incoming restrictions bundle contains key/value pairs representing existing app 119 Bundle extras = new Bundle(); 143 final Bundle extras = new Bundle();
|