Searched refs:EXTRA_WAKE_LOCK_ID (Results 1 – 1 of 1) sorted by relevance
74 private static final String EXTRA_WAKE_LOCK_ID = "androidx.contentpager.content.wakelockid"; field in WakefulBroadcastReceiver101 intent.putExtra(EXTRA_WAKE_LOCK_ID, id); in startWakefulService()126 final int id = intent.getIntExtra(EXTRA_WAKE_LOCK_ID, 0); in completeWakefulIntent()