Searched refs:mPendingDiscIntent (Results 1 – 1 of 1) sorted by relevance
93 private PendingIntent mPendingDiscIntent = null; field in SapServer760 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()