Searched refs:canUserAttemptToConfigureInteractAcrossProfiles (Results 1 – 7 of 7) sorted by relevance
38 return canUserAttemptToConfigureInteractAcrossProfiles() ? AVAILABLE : DISABLED_FOR_USER; in getAvailabilityStatus()55 private boolean canUserAttemptToConfigureInteractAcrossProfiles() { in canUserAttemptToConfigureInteractAcrossProfiles() method in InteractAcrossProfilesDetailsPreferenceController57 .canUserAttemptToConfigureInteractAcrossProfiles(mPackageName); in canUserAttemptToConfigureInteractAcrossProfiles()
147 if (crossProfileApps.canUserAttemptToConfigureInteractAcrossProfiles( in collectConfigurableApps()
428 if (!mCrossProfileApps.canUserAttemptToConfigureInteractAcrossProfiles(mPackageName)) { in refreshUi()
57 protected boolean canUserAttemptToConfigureInteractAcrossProfiles(@NonNull String packageName) { in canUserAttemptToConfigureInteractAcrossProfiles() method in ShadowCrossProfileApps
60 emit(crossProfileApps.canUserAttemptToConfigureInteractAcrossProfiles(app.packageName)) in <lambda>()
85 whenever(crossProfileApps.canUserAttemptToConfigureInteractAcrossProfiles(PACKAGE_NAME)) in mockCanConfig()
356 protected boolean canUserAttemptToConfigureInteractAcrossProfiles(@NonNull String packageName) { in canUserAttemptToConfigureInteractAcrossProfiles() method in ExtendsShadowCrossProfileApps