Searched refs:RECEIVER_VISIBLE_TO_INSTANT_APPS (Results 1 – 7 of 7) sorted by relevance
44 registerReceiver(broadcastReceiver, intentFilter, Context.RECEIVER_VISIBLE_TO_INSTANT_APPS) in <lambda>()
88 flags = Context.RECEIVER_EXPORTED or Context.RECEIVER_VISIBLE_TO_INSTANT_APPS, in registerBroadcastReceiver()
46 registerReceiver(any(), eq(INTENT_FILTER), eq(Context.RECEIVER_VISIBLE_TO_INSTANT_APPS)) in <lambda>()
40 if (flag and Context.RECEIVER_VISIBLE_TO_INSTANT_APPS != 0) { in flagToString()
747 RECEIVER_VISIBLE_TO_INSTANT_APPS, RECEIVER_EXPORTED, RECEIVER_NOT_EXPORTED,756 public static final int RECEIVER_VISIBLE_TO_INSTANT_APPS = 0x1; field in Context
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10769 field public static final int RECEIVER_VISIBLE_TO_INSTANT_APPS = 1; // 0x1