Searched refs:ProfileSelectDialog (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/profileselector/ |
D | ProfileSelectDialogTest.java | 90 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/ |
D | EnableContentCaptureWithServiceSettingsPreferenceController.java | 33 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/ |
D | ProfileSelectDialog.java | 53 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/ |
D | DashboardFeatureProviderImpl.java | 65 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/ |
D | OnDeviceRecognitionPreferenceController.java | 34 import com.android.settings.dashboard.profileselector.ProfileSelectDialog; 109 Dialog profileSelectDialog = ProfileSelectDialog.createDialog( in createAndShowProfileSelectDialog()
|
/packages/apps/Settings/tests/robotests/assets/ |
D | exempt_not_implementing_instrumentable | 8 com.android.settings.dashboard.profileselector.ProfileSelectDialog
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/ |
D | StylusDevicesController.java | 49 import com.android.settings.dashboard.profileselector.ProfileSelectDialog; 358 mDialog = ProfileSelectDialog.createDialog( in createAndShowProfileSelectDialog()
|