Home
last modified time | relevance | path

Searched defs:FAKE_BATCH_TOKEN (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java61 private static final int FAKE_BATCH_TOKEN = -666; // real batch tokens are always non-negative field in NetworkLoggingTest
145 mDevicePolicyManager.retrieveNetworkLogs(getWho(), FAKE_BATCH_TOKEN); in testRetrievingNetworkLogsThrowsSecurityException() local
158 assertNull(mDevicePolicyManager.retrieveNetworkLogs(getWho(), FAKE_BATCH_TOKEN)); in testProvidingWrongBatchTokenReturnsNull() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNetworkLoggingTest.java64 private static final int FAKE_BATCH_TOKEN = -666; field in NetworkLoggingTest