Home
last modified time | relevance | path

Searched refs:SHELL_PACKAGE_NAME (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DCompanionDeviceManagerTest.kt77 const val SHELL_PACKAGE_NAME = "com.android.shell" constant
145 DUMMY_MAC_ADDRESS, SHELL_PACKAGE_NAME, MANAGE_COMPANION_DEVICES, in testIsDeviceAssociatedWithCompanionApproveWifiConnectionsPermission()
147 assertFalse(isShellAssociated(DUMMY_MAC_ADDRESS, SHELL_PACKAGE_NAME)) in testIsDeviceAssociatedWithCompanionApproveWifiConnectionsPermission()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java164 private static final String SHELL_PACKAGE_NAME = "com.android.shell"; field in PackageManagerTest
1458 assertThat(packages.get(0).packageName).isEqualTo(SHELL_PACKAGE_NAME); in testInstallTestOnlyPackagePermission_onlyGrantedToShell()