Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/profileselector/
DProfileSelectDialogTest.java90 ProfileSelectDialog.updateUserHandlesIfNeeded(mContext, tile); in updateUserHandlesIfNeeded_Normal()
104 ProfileSelectDialog.updateUserHandlesIfNeeded(mContext, tile); in updateUserHandlesIfNeeded_Remove()
121 ProfileSelectDialog.updateUserHandlesIfNeeded(mContext, tile); in updateUserHandlesIfNeeded_removesCloneProfile()
141 ProfileSelectDialog.updatePendingIntentsIfNeeded(mContext, tile); in updatePendingIntentsIfNeeded_removesUsersWithNoPendingIntentsAndCloneProfile()
154 Dialog dialog = ProfileSelectDialog.createDialog(mContext, Lists.newArrayList(NORMAL_USER), in createDialog_showsCorrectTitle()
/packages/apps/Settings/src/com/android/settings/privacy/
DEnableContentCaptureWithServiceSettingsPreferenceController.java33 import com.android.settings.dashboard.profileselector.ProfileSelectDialog;
107 ProfileSelectDialog.createDialog(mContext, userHandles, (int position) -> { in show()
/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectDialog.java53 public class ProfileSelectDialog extends DialogFragment implements UserAdapter.OnClickListener { class
79 final ProfileSelectDialog dialog = new ProfileSelectDialog(); in show()
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFeatureProviderImpl.java65 import com.android.settings.dashboard.profileselector.ProfileSelectDialog;
459 ProfileSelectDialog.updatePendingIntentsIfNeeded(mContext, tile);
479 ProfileSelectDialog.show(activity.getSupportFragmentManager(), tile,
491 ProfileSelectDialog.updateUserHandlesIfNeeded(mContext, tile);
524 ProfileSelectDialog.show(activity.getSupportFragmentManager(), tile,
/packages/apps/Settings/src/com/android/settings/language/
DOnDeviceRecognitionPreferenceController.java34 import com.android.settings.dashboard.profileselector.ProfileSelectDialog;
109 Dialog profileSelectDialog = ProfileSelectDialog.createDialog( in createAndShowProfileSelectDialog()
/packages/apps/Settings/tests/robotests/assets/
Dexempt_not_implementing_instrumentable8 com.android.settings.dashboard.profileselector.ProfileSelectDialog
/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/
DStylusDevicesController.java49 import com.android.settings.dashboard.profileselector.ProfileSelectDialog;
358 mDialog = ProfileSelectDialog.createDialog( in createAndShowProfileSelectDialog()