Home
last modified time | relevance | path

Searched refs:DISALLOW_OUTGOING_CALLS (Results 1 – 9 of 9) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java118 if (userManager.hasBaseUserRestriction(UserManager.DISALLOW_OUTGOING_CALLS, in processOutgoingCallIntent()
125 } else if (userManager.hasUserRestriction(UserManager.DISALLOW_OUTGOING_CALLS, in processOutgoingCallIntent()
133 UserManager.DISALLOW_OUTGOING_CALLS); in processOutgoingCallIntent()
/packages/apps/Settings/src/com/android/settings/users/
DUserDetailsSettings.java284 !mDefaultGuestRestrictions.getBoolean(UserManager.DISALLOW_OUTGOING_CALLS));
293 UserManager.DISALLOW_OUTGOING_CALLS, new UserHandle(userId)));
351 mDefaultGuestRestrictions.putBoolean(UserManager.DISALLOW_OUTGOING_CALLS, !enabled);
371 mUserManager.setUserRestriction(UserManager.DISALLOW_OUTGOING_CALLS, !enabled,
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DPermissionsPreferenceController.java72 PERMISSIONS_LIST.add(new ProfilePermission(UserManager.DISALLOW_OUTGOING_CALLS, in PERMISSIONS_LIST.add() argument
/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DUserHelper.java57 UserManager.DISALLOW_OUTGOING_CALLS,
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DUserRestrictionsFragment.java52 UserManager.DISALLOW_OUTGOING_CALLS,
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DUserDetailsSettingsTest.java402 UserManager.DISALLOW_OUTGOING_CALLS, true); in initialize_userHasCallRestriction_shouldSetPhoneSwitchUnChecked()
434 mUserManager.addGuestUserRestriction(UserManager.DISALLOW_OUTGOING_CALLS); in initialize_guestSelected_callRestriction_shouldSetPhonePreference()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DActionDisabledByAdminDialogHelper.java140 case UserManager.DISALLOW_OUTGOING_CALLS: in setAdminSupportTitle()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java388 UserManager.DISALLOW_OUTGOING_CALLS, userHandle) in updateMwi()
404 UserManager.DISALLOW_OUTGOING_CALLS, userHandle) in updateMwi()
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelperTest.java93 mHelper.setAdminSupportTitle(view, UserManager.DISALLOW_OUTGOING_CALLS); in testSetAdminSupportTitle()