Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java92 private PendingIntent pDiscIntent = null; // Holds a reference to disconnect timeout intents field in SapServer
688 pDiscIntent = PendingIntent.getBroadcast(mContext, in startDisconnectTimer()
693 SystemClock.elapsedRealtime() + timeMs, pDiscIntent); in startDisconnectTimer()
702 if(pDiscIntent != null) in stopDisconnectTimer()
706 alarmManager.cancel(pDiscIntent); in stopDisconnectTimer()
707 pDiscIntent.cancel(); in stopDisconnectTimer()
711 pDiscIntent = null; in stopDisconnectTimer()