Searched refs:INTENT_FILTER (Results 1 – 2 of 2) sorted by relevance
109 private static final IntentFilter INTENT_FILTER = new IntentFilter(); field in SystemUIDialog.DismissReceiver111 INTENT_FILTER.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);112 INTENT_FILTER.addAction(Intent.ACTION_SCREEN_OFF);124 .registerReceiverAsUser(this, UserHandle.CURRENT, INTENT_FILTER, null, null); in register()
51 super.writeToProto(proto, BroadcastFilterProto.INTENT_FILTER); in writeToProto()