HomeSort by relevance Sort by last modified time
    Searched refs:persistentState (Results 1 - 25 of 27) sorted by null

1 2

  /developers/build/prebuilts/gradle/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java 59 public void onPostCreate(Bundle savedInstanceState, PersistableBundle persistentState) {
60 super.onPostCreate(savedInstanceState, persistentState);
62 if (persistentState != null) {
63 mDocumentCounter = persistentState.getInt(KEY_EXTRA_NEW_DOCUMENT_COUNTER);
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java 59 public void onPostCreate(Bundle savedInstanceState, PersistableBundle persistentState) {
60 super.onPostCreate(savedInstanceState, persistentState);
62 if (persistentState != null) {
63 mDocumentCounter = persistentState.getInt(KEY_EXTRA_NEW_DOCUMENT_COUNTER);
  /development/samples/browseable/DocumentCentricApps/src/com.example.android.documentcentricapps/
DocumentCentricActivity.java 59 public void onPostCreate(Bundle savedInstanceState, PersistableBundle persistentState) {
60 super.onPostCreate(savedInstanceState, persistentState);
62 if (persistentState != null) {
63 mDocumentCounter = persistentState.getInt(KEY_EXTRA_NEW_DOCUMENT_COUNTER);
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsActivity.java 44 public void onCreate(Bundle savedInstanceState, PersistableBundle persistentState) {
45 super.onCreate(savedInstanceState, persistentState);
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsActivity.java 44 public void onCreate(Bundle savedInstanceState, PersistableBundle persistentState) {
45 super.onCreate(savedInstanceState, persistentState);
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsActivity.java 44 public void onCreate(Bundle savedInstanceState, PersistableBundle persistentState) {
45 super.onCreate(savedInstanceState, persistentState);
  /developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 52 public void onPostCreate(Bundle savedInstanceState, PersistableBundle persistentState) {
53 super.onPostCreate(savedInstanceState, persistentState);
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 52 public void onPostCreate(Bundle savedInstanceState, PersistableBundle persistentState) {
53 super.onPostCreate(savedInstanceState, persistentState);
  /development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
LoggingActivity.java 52 public void onPostCreate(Bundle savedInstanceState, PersistableBundle persistentState) {
53 super.onPostCreate(savedInstanceState, persistentState);
  /frameworks/base/core/java/android/app/
Instrumentation.java     [all...]
ApplicationThreadNative.java 156 PersistableBundle persistentState = data.readPersistableBundle();
164 referrer, voiceInteractor, procState, state, persistentState, ri, pi,
    [all...]
IApplicationThread.java 63 int procState, Bundle state, PersistableBundle persistentState,
ActivityThread.java 316 PersistableBundle persistentState;
712 int procState, Bundle state, PersistableBundle persistentState,
728 r.persistentState = persistentState;
    [all...]
Activity.java     [all...]
IActivityManager.java 125 PersistableBundle persistentState, CharSequence description) throws RemoteException;
    [all...]
ActivityManagerNative.java 580 PersistableBundle persistentState = data.readPersistableBundle();
582 activityStopped(token, map, persistentState, description);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 170 PersistableBundle persistentState; // last persistently saved activity state
    [all...]
ActivityStack.java     [all...]
ActivityStackSupervisor.java     [all...]
ActivityManagerService.java     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 499 milliseconds

1 2