Searched refs:EXTRA_ON_ALARM (Results 1 – 4 of 4) sorted by relevance
21 import static com.android.cts.forcestophelper.Constants.EXTRA_ON_ALARM;36 final PendingIntent onAlarm = intent.getParcelableExtra(EXTRA_ON_ALARM); in onReceive()44 Log.e(TAG, "Could not find pending intent extra " + EXTRA_ON_ALARM); in onReceive()52 .putExtra(EXTRA_ON_ALARM, onAlarm); in createAlarmPendingIntent()
21 import static com.android.cts.forcestophelper.Constants.EXTRA_ON_ALARM;47 mOnAlarm = intent.getParcelableExtra(EXTRA_ON_ALARM); in onStartCommand()
25 String EXTRA_ON_ALARM = PACKAGE_NAME + ".extra.ON_ALARM"; field
135 .putExtra(Constants.EXTRA_ON_ALARM, onAlarm); in onClick()