OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batchIntent
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BaseDeviceOwnerTest.java
76
Intent
batchIntent
= new Intent(ACTION_NETWORK_LOGS_AVAILABLE);
77
batchIntent
.putExtra(EXTRA_NETWORK_LOGS_BATCH_TOKEN, batchToken);
78
LocalBroadcastManager.getInstance(context).sendBroadcast(
batchIntent
);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java
406
Intent
batchIntent
= new Intent(ACTION_REFRESH_BATCHED_SCAN, null);
407
mBatchScanIntervalIntent = PendingIntent.getBroadcast(mService, 0,
batchIntent
, 0);
[
all
...]
Completed in 66 milliseconds