Searched defs:pDiscIntent (Results 1 - 1 of 1) sorted by relevance

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

Completed in 75 milliseconds