Searched refs:mReconnectIntent (Results 1 – 3 of 3) sorted by relevance
271 if (mReconnectIntent != null) { in cleanUpConnection()274 am.cancel(mReconnectIntent); in cleanUpConnection()275 mReconnectIntent = null; in cleanUpConnection()530 mReconnectIntent = PendingIntent.getBroadcast( in startAlarmForReconnect()533 SystemClock.elapsedRealtime() + delay, mReconnectIntent); in startAlarmForReconnect()
69 PendingIntent mReconnectIntent = null; field in DataConnection685 mReconnectIntent = intent; in processMessage()692 mReconnectIntent); in processMessage()
252 protected PendingIntent mReconnectIntent = null; field in DataConnectionTracker