HomeSort by relevance Sort by last modified time
    Searched refs:icicle (Results 76 - 100 of 519) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorActivity.java 51 * Retreives the AccountAuthenticatorResponse from either the intent of the icicle, if the
52 * icicle is non-zero.
53 * @param icicle the save instance data of this Activity, may be null
55 protected void onCreate(Bundle icicle) {
56 super.onCreate(icicle);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperSettingsActivity.java 38 protected void onCreate(Bundle icicle) {
47 super.onCreate(icicle);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ClearTop.java 31 public void onCreate(Bundle icicle) {
32 super.onCreate(icicle);
LaunchpadTabActivity.java 30 public void onCreate(Bundle icicle) {
31 super.onCreate(icicle);
  /frameworks/base/core/tests/coretests/src/android/view/
BitmapDrawable.java 35 protected void onCreate(Bundle icicle) {
36 super.onCreate(icicle);
Merge.java 34 protected void onCreate(Bundle icicle) {
35 super.onCreate(icicle);
StubbedView.java 30 protected void onCreate(Bundle icicle) {
31 super.onCreate(icicle);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocus.java 32 @Override protected void onCreate(Bundle icicle) {
33 super.onCreate(icicle);
ListOfInternalSelectionViews.java 112 protected void onCreate(Bundle icicle) {
113 super.onCreate(icicle);
134 private void initFromBundle(Bundle icicle) {
136 int numItems = icicle.getInt(BUNDLE_PARAM_NUM_ITEMS, -1);
140 int numRowsPerItem = icicle.getInt(BUNDLE_PARAM_NUM_ROWS_PER_ITEM, -1);
144 double screenHeightFactor = icicle.getDouble(BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR, -1.0);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentZeroWidthAndWeight.java 27 protected void onCreate(Bundle icicle) {
28 super.onCreate(icicle);
  /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaActivity.java 31 @Override protected void onCreate(Bundle icicle) {
32 super.onCreate(icicle);
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIActivity.java 31 @Override protected void onCreate(Bundle icicle) {
32 super.onCreate(icicle);
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfActivity.java 31 @Override protected void onCreate(Bundle icicle) {
32 super.onCreate(icicle);
  /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateActivity.java 31 @Override protected void onCreate(Bundle icicle) {
32 super.onCreate(icicle);
  /frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
TestLatencyActivity.java 31 @Override protected void onCreate(Bundle icicle) {
32 super.onCreate(icicle);
  /frameworks/support/fragment/tests/java/android/support/v4/app/test/
FragmentResultActivity.java 30 public void onCreate(Bundle icicle) {
31 super.onCreate(icicle);
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 31 public void onCreate(Bundle icicle) {
32 super.onCreate(icicle);
  /packages/apps/Provision/src/com/android/provision/
DefaultActivity.java 31 protected void onCreate(Bundle icicle) {
32 super.onCreate(icicle);
  /packages/services/Telephony/src/com/android/phone/settings/
AccessibilitySettingsActivity.java 28 protected void onCreate(Bundle icicle) {
29 super.onCreate(icicle);
PhoneAccountSettingsActivity.java 28 protected void onCreate(Bundle icicle) {
29 super.onCreate(icicle);
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/app/
MediaPlaybackTestApp.java 31 public void onCreate(Bundle icicle) {
32 super.onCreate(icicle);
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 69 protected void onCreate(Bundle icicle) {
70 super.onCreate(icicle);
79 if (icicle != null) {
80 mEventId = icicle.getLong(EventInfoFragment.BUNDLE_KEY_EVENT_ID);
81 mStartMillis = icicle.getLong(EventInfoFragment.BUNDLE_KEY_START_MILLIS);
82 mEndMillis = icicle.getLong(EventInfoFragment.BUNDLE_KEY_END_MILLIS);
83 attendeeResponse = icicle.getInt(EventInfoFragment.BUNDLE_KEY_ATTENDEE_RESPONSE);
84 isDialog = icicle.getBoolean(EventInfoFragment.BUNDLE_KEY_IS_DIALOG);
86 reminders = Utils.readRemindersFromBundle(icicle);
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleActivity.java 36 public void onCreate(Bundle icicle) {
37 super.onCreate(icicle);
SimpleActivityChainExit.java 41 public void onCreate(Bundle icicle) {
42 super.onCreate(icicle);
  /cts/hostsidetests/services/activitymanager/app/src/android/server/app/
BroadcastReceiverActivity.java 36 protected void onCreate(Bundle icicle) {
37 super.onCreate(icicle);

Completed in 874 milliseconds

1 2 34 5 6 7 8 91011>>