Searched refs:FLAG_DONT_SEND_TO_RESTRICTED_APPS (Results 1 – 1 of 1) sorted by relevance
73 FLAG_DONT_SEND_TO_RESTRICTED_APPS,83 private static final int FLAG_DONT_SEND_TO_RESTRICTED_APPS = 1 << 0; field in BroadcastOptions547 mFlags |= FLAG_DONT_SEND_TO_RESTRICTED_APPS; in setDontSendToRestrictedApps()549 mFlags &= ~FLAG_DONT_SEND_TO_RESTRICTED_APPS; in setDontSendToRestrictedApps()558 return (mFlags & FLAG_DONT_SEND_TO_RESTRICTED_APPS) != 0; in isDontSendToRestrictedApps()