Searched refs:DIALOG_RESTORE_DEFAULTAPN (Results 1 – 2 of 2) sorted by relevance
95 private static final int DIALOG_RESTORE_DEFAULTAPN = 1001; field in ApnSettings343 showDialog(DIALOG_RESTORE_DEFAULTAPN); in restoreDefaultApn()361 removeDialog(DIALOG_RESTORE_DEFAULTAPN); in onPreferredApnRestored()370 if (id == DIALOG_RESTORE_DEFAULTAPN) { in onCreateDialog()385 if (dialogId == DIALOG_RESTORE_DEFAULTAPN) { in getDialogMetricsCategory()
56 private static final int DIALOG_RESTORE_DEFAULTAPN = 1001; field in ApnSettingsActivity85 if (id == DIALOG_RESTORE_DEFAULTAPN) { in onCreateDialog()348 getActivity().showDialog(DIALOG_RESTORE_DEFAULTAPN); in restoreDefaultApn()377 activity.dismissDialog(DIALOG_RESTORE_DEFAULTAPN); in handleMessage()