Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DDeviceIdentifierTest.java33 private static final String DEVICE_IDENTIFIER_PKG = "android.appsecurity.cts.deviceids"; field in DeviceIdentifierTest
35 DEVICE_IDENTIFIER_PKG + ".DeviceIdentifierAppOpTest";
58 getDevice().uninstallPackage(DEVICE_IDENTIFIER_PKG); in tearDown()
63 setDeviceIdentifierAccessAppOp(DEVICE_IDENTIFIER_PKG, true); in testDeviceIdentifierAccessWithAppOpGranted()
64 Utils.runDeviceTestsAsCurrentUser(getDevice(), DEVICE_IDENTIFIER_PKG, in testDeviceIdentifierAccessWithAppOpGranted() local