Searched refs:mPushPendingIntent (Results 1 – 1 of 1) sorted by relevance
145 private PendingIntent mPushPendingIntent; field in LoadtestActivity456 mPushPendingIntent = PendingIntent.getBroadcast(this, 0, intent, 0); in scheduleNext()458 mAlarmMgr.setExact(AlarmManager.ELAPSED_REALTIME_WAKEUP, nextTime, mPushPendingIntent); in scheduleNext()502 if (mPushPendingIntent != null) { in stopLoadtest()504 mAlarmMgr.cancel(mPushPendingIntent); in stopLoadtest()505 mPushPendingIntent = null; in stopLoadtest()