Searched refs:ACTION_NETWORK_LOGS_AVAILABLE (Results 1 – 3 of 3) sorted by relevance
42 final static String ACTION_NETWORK_LOGS_AVAILABLE = field in BaseDeviceOwnerTest76 Intent batchIntent = new Intent(ACTION_NETWORK_LOGS_AVAILABLE); in onNetworkLogsAvailable()
71 if (BaseDeviceOwnerTest.ACTION_NETWORK_LOGS_AVAILABLE.equals(intent.getAction())) {129 BaseDeviceOwnerTest.ACTION_NETWORK_LOGS_AVAILABLE); in testNetworkLoggingAndRetrieval()
63 private static final String ACTION_NETWORK_LOGS_AVAILABLE field in DeviceAdminReceiverTest204 Intent networkLogsAvailableIntent = new Intent(ACTION_NETWORK_LOGS_AVAILABLE); in testOnReceiveNetworkLogsAvailable()208 verify(mReceiver).onNetworkLogsAvailable(any(), actionEq(ACTION_NETWORK_LOGS_AVAILABLE), in testOnReceiveNetworkLogsAvailable()