Home
last modified time | relevance | path

Searched defs:dialogType (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DSimListDialogFragmentTest.java53 final int dialogType = DATA_PICK; in onCreateDialog_noSubscriptions_dismissed() local
64 final int dialogType = DATA_PICK; in onCreateDialog_twoSubscriptionsNoAskEveryTime_twoSubsForDisplay() local
84 final int dialogType = DATA_PICK; in onSubscriptionsChanged_dialogUpdates() local
101 final int dialogType = SMS_PICK; in onCreateDialog_twoSubscriptionsAskEveryTime_threeSubsForDisplay() local
DSimDialogFragmentTestBase.java66 protected void setDialogType(int dialogType) { in setDialogType()
/packages/apps/Settings/src/com/android/settings/sim/
DSimDialogActivity.java72 final int dialogType = getIntent().getIntExtra(DIALOG_TYPE_KEY, INVALID_PICK); in showOrUpdateDialog() local
85 private SimDialogFragment createFragment(int dialogType) { in createFragment()
110 public void onSubscriptionSelected(int dialogType, int subId) { in onSubscriptionSelected()
DSimDialogFragment.java38 protected static Bundle initArguments(int dialogType, int titleResId) { in initArguments()
DSimListDialogFragment.java57 public static SimListDialogFragment newInstance(int dialogType, int titleResId, in newInstance()
DSimSelectNotification.java152 int dialogType = intent.getIntExtra(EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE, in startSimSelectDialogIfNeeded() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DOperationDialogFragment.java64 @DialogType int dialogType, in show()
88 final @DialogType int dialogType = in onCreateDialog() local
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DMessageBuilder.java82 public String generateListMessage( in generateListMessage()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimSelectNotification.java57 int dialogType = intent.getIntExtra(EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE, in onReceive() local
DSimDialogActivity.java63 final int dialogType = getIntent().getIntExtra(DIALOG_TYPE_KEY, INVALID_PICK); in onCreate() local
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DFilesActivity.java219 final @DialogType int dialogType = intent.getIntExtra( in presentFileErrors() local
233 dialogType, in presentFileErrors() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityEditDialogUtils.java118 private static AlertDialog createDialog(Context context, int dialogType, in createDialog()
150 private static View createEditDialogContentView(Context context, int dialogType) { in createEditDialogContentView()
DAccessibilityGestureNavigationTutorial.java130 private static View createTutorialDialogContentView(Context context, int dialogType) { in createTutorialDialogContentView()
177 private static AlertDialog createDialog(Context context, int dialogType) { in createDialog()