Searched refs:DEVICE_ID_WITH_APPOP_ERROR_MESSAGE (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/DeviceIdentifiers/src/android/appsecurity/cts/deviceids/ |
D | DeviceIdentifierAppOpTest.java | 40 private static final String DEVICE_ID_WITH_APPOP_ERROR_MESSAGE = field in DeviceIdentifierAppOpTest 50 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getDeviceId"), in testAccessToDeviceIdentifiersWithAppOp() 53 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getImei"), in testAccessToDeviceIdentifiersWithAppOp() 56 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getMeid"), in testAccessToDeviceIdentifiersWithAppOp() 59 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getSubscriberId"), in testAccessToDeviceIdentifiersWithAppOp() 63 String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getSimSerialNumber"), in testAccessToDeviceIdentifiersWithAppOp() 67 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "Build#getSerial"), in testAccessToDeviceIdentifiersWithAppOp()
|