Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java530 private PendingIntent mBatchScanIntervalIntent; field in ScanManager.ScanNative
538 mBatchScanIntervalIntent = PendingIntent.getBroadcast(mService, 0, batchIntent, 0); in ScanNative()
783 mAlarmManager.cancel(mBatchScanIntervalIntent); in setBatchAlarm()
793 windowLengthMillis, mBatchScanIntervalIntent); in setBatchAlarm()
897 mAlarmManager.cancel(mBatchScanIntervalIntent); in cleanup()