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()
500 BroadcastOptions bopts = BroadcastOptions.makeBasic(); in maybeSendVoicemailNotificationUsingDefaultDialer() local501 bopts.setTemporaryAppWhitelistDuration(VOICEMAIL_ALLOW_LIST_DURATION_MILLIS); in maybeSendVoicemailNotificationUsingDefaultDialer()502 mContext.sendBroadcastAsUser(intent, userHandle, READ_PHONE_STATE, bopts.toBundle()); in maybeSendVoicemailNotificationUsingDefaultDialer()