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 | 44 private static final String DEVICE_ID_WITH_APPOP_ERROR_MESSAGE = field in DeviceIdentifierAppOpTest 55 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getDeviceId"), in testAccessToDeviceIdentifiersWithAppOp() 58 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getImei"), in testAccessToDeviceIdentifiersWithAppOp() 61 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getMeid"), in testAccessToDeviceIdentifiersWithAppOp() 64 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getSubscriberId"), in testAccessToDeviceIdentifiersWithAppOp() 68 String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getSimSerialNumber"), in testAccessToDeviceIdentifiersWithAppOp() 72 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getNai"), in testAccessToDeviceIdentifiersWithAppOp() 75 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "Build#getSerial"), in testAccessToDeviceIdentifiersWithAppOp() 89 assertEquals(String.format(DEVICE_ID_WITH_APPOP_ERROR_MESSAGE, "getIccId"), in testAccessToDeviceIdentifiersWithAppOp()
|