Home
last modified time | relevance | path

Searched refs:SAVED_DIALOG_IDS_KEY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DActivity.java688 private static final String SAVED_DIALOG_IDS_KEY = "android:savedDialogIds"; field in Activity
1048 final int[] ids = b.getIntArray(SAVED_DIALOG_IDS_KEY); in restoreManagedDialogs()
1423 dialogState.putIntArray(SAVED_DIALOG_IDS_KEY, ids); in saveManagedDialogs()