Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapServer.java93 private PendingIntent mPendingDiscIntent = null; field in SapServer
760 mPendingDiscIntent = PendingIntent.getBroadcast(mContext, discType, sapDisconnectIntent, in startDisconnectTimer()
763 SystemClock.elapsedRealtime() + timeMs, mPendingDiscIntent); in startDisconnectTimer()
775 if (mPendingDiscIntent != null) { in stopDisconnectTimer()
778 alarmManager.cancel(mPendingDiscIntent); in stopDisconnectTimer()
779 mPendingDiscIntent.cancel(); in stopDisconnectTimer()
783 mPendingDiscIntent = null; in stopDisconnectTimer()