Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesDetailsPreferenceController.java38 return canUserAttemptToConfigureInteractAcrossProfiles() ? AVAILABLE : DISABLED_FOR_USER; in getAvailabilityStatus()
55 private boolean canUserAttemptToConfigureInteractAcrossProfiles() { in canUserAttemptToConfigureInteractAcrossProfiles() method in InteractAcrossProfilesDetailsPreferenceController
57 .canUserAttemptToConfigureInteractAcrossProfiles(mPackageName); in canUserAttemptToConfigureInteractAcrossProfiles()
DInteractAcrossProfilesSettings.java147 if (crossProfileApps.canUserAttemptToConfigureInteractAcrossProfiles( in collectConfigurableApps()
DInteractAcrossProfilesDetails.java428 if (!mCrossProfileApps.canUserAttemptToConfigureInteractAcrossProfiles(mPackageName)) { in refreshUi()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowCrossProfileApps.java57 protected boolean canUserAttemptToConfigureInteractAcrossProfiles(@NonNull String packageName) { in canUserAttemptToConfigureInteractAcrossProfiles() method in ShadowCrossProfileApps
/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DInteractAcrossProfilesDetailsPreference.kt60 emit(crossProfileApps.canUserAttemptToConfigureInteractAcrossProfiles(app.packageName)) in <lambda>()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DInteractAcrossProfilesDetailsPreferenceTest.kt85 whenever(crossProfileApps.canUserAttemptToConfigureInteractAcrossProfiles(PACKAGE_NAME)) in mockCanConfig()
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/ota/
DExtendsShadowCrossProfileApps.java356 protected boolean canUserAttemptToConfigureInteractAcrossProfiles(@NonNull String packageName) { in canUserAttemptToConfigureInteractAcrossProfiles() method in ExtendsShadowCrossProfileApps