Searched refs:KEY_DONT_SEND_TO_RESTRICTED_APPS (Results 1 – 1 of 1) sorted by relevance
59 static final String KEY_DONT_SEND_TO_RESTRICTED_APPS = field in BroadcastOptions76 mDontSendToRestrictedApps = opts.getBoolean(KEY_DONT_SEND_TO_RESTRICTED_APPS, false); in BroadcastOptions()170 b.putBoolean(KEY_DONT_SEND_TO_RESTRICTED_APPS, true); in toBundle()