Searched refs:SAVED_DIALOG_IDS_KEY (Results 1 – 2 of 2) sorted by relevance
760 private static final String SAVED_DIALOG_IDS_KEY = "android:savedDialogIds"; field in Activity1617 final int[] ids = b.getIntArray(SAVED_DIALOG_IDS_KEY); in restoreManagedDialogs()2184 dialogState.putIntArray(SAVED_DIALOG_IDS_KEY, ids); in saveManagedDialogs()
1401 Landroid/app/Activity;->SAVED_DIALOG_IDS_KEY:Ljava/lang/String;