Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBaseDeviceOwnerTest.java42 final static String ACTION_NETWORK_LOGS_AVAILABLE = field in BaseDeviceOwnerTest
76 Intent batchIntent = new Intent(ACTION_NETWORK_LOGS_AVAILABLE); in onNetworkLogsAvailable()
DNetworkLoggingTest.java71 if (BaseDeviceOwnerTest.ACTION_NETWORK_LOGS_AVAILABLE.equals(intent.getAction())) {
129 BaseDeviceOwnerTest.ACTION_NETWORK_LOGS_AVAILABLE); in testNetworkLoggingAndRetrieval()
/cts/tests/admin/src/android/admin/cts/
DDeviceAdminReceiverTest.java63 private static final String ACTION_NETWORK_LOGS_AVAILABLE field in DeviceAdminReceiverTest
204 Intent networkLogsAvailableIntent = new Intent(ACTION_NETWORK_LOGS_AVAILABLE); in testOnReceiveNetworkLogsAvailable()
208 verify(mReceiver).onNetworkLogsAvailable(any(), actionEq(ACTION_NETWORK_LOGS_AVAILABLE), in testOnReceiveNetworkLogsAvailable()