/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/ |
D | PackageManagerExtComponentEnabledTest.kt | 76 PackageManager.COMPONENT_ENABLED_STATE_DISABLED -> "STATE_DISABLED" in enabledStateToString() 102 componentEnabledSetting = PackageManager.COMPONENT_ENABLED_STATE_DISABLED, 132 componentEnabledSetting = PackageManager.COMPONENT_ENABLED_STATE_DISABLED,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
D | PluginEnablerImpl.java | 56 : PackageManager.COMPONENT_ENABLED_STATE_DISABLED; in setDisabled() 68 != PackageManager.COMPONENT_ENABLED_STATE_DISABLED; in isEnabled()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | PackageManagerExt.kt | 36 PackageManager.COMPONENT_ENABLED_STATE_DISABLED -> false in PackageManager()
|
/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
D | PackageUserStateUtils.java | 157 case PackageManager.COMPONENT_ENABLED_STATE_DISABLED: in isEnabled() 190 case PackageManager.COMPONENT_ENABLED_STATE_DISABLED: in isPackageEnabled()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | ComponentTest.java | 20 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DISABLED; 263 COMPONENT_ENABLED_STATE_DISABLED, in testDisableActivity() 406 COMPONENT_ENABLED_STATE_DISABLED, in testDisableService() 520 COMPONENT_ENABLED_STATE_DISABLED, in testDisableReceiver() 587 COMPONENT_ENABLED_STATE_DISABLED, in testDisableProvider() 698 COMPONENT_ENABLED_STATE_DISABLED, in DISABLED_testDisableApplication()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/homecontrols/ |
D | HomeControlsDreamStartable.kt | 58 PackageManager.COMPONENT_ENABLED_STATE_DISABLED in <lambda>()
|
/frameworks/base/services/tests/PackageManagerServiceTests/preverifieddomains/src/com/android/server/pm/test/preverifieddomains/ |
D | PreVerifiedDomainsTests.kt | 88 PackageManager.COMPONENT_ENABLED_STATE_DISABLED, in setupBeforeClass() 117 PackageManager.COMPONENT_ENABLED_STATE_DISABLED, in restoreInstantAppInstaller()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/homecontrols/ |
D | HomeControlsDreamStartableTest.kt | 130 eq(PackageManager.COMPONENT_ENABLED_STATE_DISABLED), in testStartDisablesHomeControlsDreamServiceWhenPanelComponentIsNull() 145 eq(PackageManager.COMPONENT_ENABLED_STATE_DISABLED), in testStartDisablesDreamServiceWhenFlagIsDisabled()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | PowerTest.java | 66 PackageManager.COMPONENT_ENABLED_STATE_DISABLED, 0);
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/ |
D | ComponentActivationActivity.java | 92 PackageManager.COMPONENT_ENABLED_STATE_DISABLED, in lockUnlockComponents()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ |
D | ControlsServiceInfo.kt | 111 PackageManager.COMPONENT_ENABLED_STATE_DISABLED -> false in isComponentActuallyEnabled()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | InstallSuccess.java | 143 != PackageManager.COMPONENT_ENABLED_STATE_DISABLED; in isLauncherActivityEnabled()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
D | NoteTaskControllerTest.kt | 37 import android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DISABLED in <lambda>() 488 eq(COMPONENT_ENABLED_STATE_DISABLED), in <lambda>() 531 eq(COMPONENT_ENABLED_STATE_DISABLED), in <lambda>() 781 eq(COMPONENT_ENABLED_STATE_DISABLED), in <lambda>() 801 eq(COMPONENT_ENABLED_STATE_DISABLED), in <lambda>()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/utils/ |
D | BackupEligibilityRulesTest.java | 254 .thenReturn(PackageManager.COMPONENT_ENABLED_STATE_DISABLED); in appIsEligibleForBackup_systemAppWithCustomBackupAgentAndDisabled_returnsFalse() 270 .thenReturn(PackageManager.COMPONENT_ENABLED_STATE_DISABLED); in appIsEligibleForBackup_nonSystemAppWithoutCustomBackupAgentAndDisabled_returnsFalse() 286 .thenReturn(PackageManager.COMPONENT_ENABLED_STATE_DISABLED); in appIsEligibleForBackup_nonSystemAppWithCustomBackupAgentAndDisbled_returnsFalse() 455 .thenReturn(PackageManager.COMPONENT_ENABLED_STATE_DISABLED); in appIsDisabled_stateDisabled_returnsTrue()
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
D | TransportManagerTest.java | 20 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DISABLED; 329 Integer.valueOf(COMPONENT_ENABLED_STATE_DISABLED), in testOnPackageChanged_whenPackageChanged_packageDisabledUnregistersTransport() 365 Integer.valueOf(COMPONENT_ENABLED_STATE_DISABLED), in testOnPackageChanged_whenPackageChanged_packageEnabledRegistersTransport()
|
/frameworks/base/core/java/android/credentials/selection/ |
D | IntentFactory.java | 242 .COMPONENT_ENABLED_STATE_DISABLED) { in getOemOverrideComponentName()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | TransportManager.java | 20 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DISABLED; 184 case COMPONENT_ENABLED_STATE_DISABLED: { in onPackageChanged()
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CarrierActionUtils.java | 132 PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP); in onDisableDefaultURLHandler()
|
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
D | ProcessErrorsTest.java | 253 PackageManager.COMPONENT_ENABLED_STATE_DISABLED) { in intentForActivity()
|
/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
D | BackupEligibilityRules.java | 330 case PackageManager.COMPONENT_ENABLED_STATE_DISABLED: in appIsDisabled()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
D | NoteTaskController.kt | 278 PackageManager.COMPONENT_ENABLED_STATE_DISABLED in setNoteTaskShortcutEnabled()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | TunerServiceImpl.java | 294 : PackageManager.COMPONENT_ENABLED_STATE_DISABLED, in setTunerEnabled()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/ |
D | InstallRepository.kt | 33 import android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DISABLED in <lambda>() 921 != COMPONENT_ENABLED_STATE_DISABLED) in <lambda>()
|
/frameworks/base/core/proto/android/service/ |
D | package.proto | 95 COMPONENT_ENABLED_STATE_DISABLED = 2; enumerator
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/ |
D | AppRestrictionsHelper.java | 315 || enabled == PackageManager.COMPONENT_ENABLED_STATE_DISABLED) { in addSystemApps()
|