Searched refs:bopts (Results 1 – 3 of 3) sorted by relevance
96 BroadcastOptions bopts = BroadcastOptions.makeBasic(); in sendNotification() local97 bopts.setTemporaryAppWhitelistDuration(VOICEMAIL_ALLOW_LIST_DURATION_MILLIS); in sendNotification()101 bopts.toBundle()); in sendNotification()
263 BroadcastOptions bopts = BroadcastOptions.makeBasic(); in exemptFromPowerSavingTemporarily() local268 bopts.setTemporaryAppWhitelistDuration(duration); in exemptFromPowerSavingTemporarily()269 return bopts.toBundle(); in exemptFromPowerSavingTemporarily()
588 BroadcastOptions bopts = BroadcastOptions.makeBasic(); in maybeSendVoicemailNotificationUsingDefaultDialer() local589 bopts.setTemporaryAppWhitelistDuration(VOICEMAIL_ALLOW_LIST_DURATION_MILLIS); in maybeSendVoicemailNotificationUsingDefaultDialer()594 bopts.toBundle()); in maybeSendVoicemailNotificationUsingDefaultDialer()