Searched refs:mBatchingAlarm (Results 1 – 1 of 1) sorted by relevance
271 private AlarmManager.OnAlarmListener mBatchingAlarm; field in GnssLocationProvider1285 mBatchingAlarm = () -> { in startBatching()1288 if (mBatchingAlarm != null) { in startBatching()1292 mBatchingAlarm, FgThread.getHandler()); in startBatching()1302 mBatchingAlarm, FgThread.getHandler()); in startBatching()1312 if (mBatchingAlarm != null) { in stopBatching()1313 mAlarmManager.cancel(mBatchingAlarm); in stopBatching()1314 mBatchingAlarm = null; in stopBatching()