Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DNetworkLoggingDelegateTest.java18 import static android.app.admin.DeviceAdminReceiver.ACTION_NETWORK_LOGS_AVAILABLE;
67 new IntentFilter(ACTION_NETWORK_LOGS_AVAILABLE)); in setUp()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNetworkLoggingTest.java20 …oid.cts.deviceandprofileowner.BaseDeviceAdminTest.BasicAdminReceiver.ACTION_NETWORK_LOGS_AVAILABLE;
126 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION_NETWORK_LOGS_AVAILABLE)); in testRetrieveNetworkLogs_forceNetworkLogs_receiveNetworkLogs()
218 if (ACTION_NETWORK_LOGS_AVAILABLE.equals(intent.getAction())) { in onReceive()
DBaseDeviceAdminTest.java57 static final String ACTION_NETWORK_LOGS_AVAILABLE = field in BaseDeviceAdminTest.BasicAdminReceiver
100 Intent batchIntent = new Intent(ACTION_NETWORK_LOGS_AVAILABLE); in onNetworkLogsAvailable()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBasicAdminReceiver.java41 final static String ACTION_NETWORK_LOGS_AVAILABLE = field in BasicAdminReceiver
91 Intent batchIntent = new Intent(ACTION_NETWORK_LOGS_AVAILABLE); in onNetworkLogsAvailable()
DNetworkLoggingTest.java96 if (!BasicAdminReceiver.ACTION_NETWORK_LOGS_AVAILABLE.equals(intent.getAction())) {
174 BasicAdminReceiver.ACTION_NETWORK_LOGS_AVAILABLE); in testNetworkLoggingAndRetrieval()
/cts/tests/admin/src/android/admin/cts/
DDeviceAdminReceiverTest.java65 private static final String ACTION_NETWORK_LOGS_AVAILABLE field in DeviceAdminReceiverTest
206 Intent networkLogsAvailableIntent = new Intent(ACTION_NETWORK_LOGS_AVAILABLE); in testOnReceiveNetworkLogsAvailable()
210 verify(mReceiver).onNetworkLogsAvailable(any(), actionEq(ACTION_NETWORK_LOGS_AVAILABLE), in testOnReceiveNetworkLogsAvailable()