Home
last modified time | relevance | path

Searched refs:batchIntent (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBasicAdminReceiver.java91 Intent batchIntent = new Intent(ACTION_NETWORK_LOGS_AVAILABLE); in onNetworkLogsAvailable() local
92 batchIntent.putExtra(EXTRA_NETWORK_LOGS_BATCH_TOKEN, batchToken); in onNetworkLogsAvailable()
94 DeviceOwnerHelper.sendBroadcastToTestAppReceivers(context, batchIntent); in onNetworkLogsAvailable()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DBaseDeviceAdminTest.java100 Intent batchIntent = new Intent(ACTION_NETWORK_LOGS_AVAILABLE); in onNetworkLogsAvailable() local
101 batchIntent.putExtra(EXTRA_NETWORK_LOGS_BATCH_TOKEN, batchToken); in onNetworkLogsAvailable()
102 context.sendBroadcast(batchIntent); in onNetworkLogsAvailable()