Home
last modified time | relevance | path

Searched refs:sIntentFilter (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/slices/
H A DVolumeSliceHelper.java46 static IntentFilter sIntentFilter; field in VolumeSliceHelper
55 sIntentFilter = intentFilter; in registerIntentToUri()
70 sIntentFilter = null; in unregisterUri()
79 if (sIntentFilter == null || action == null || !sIntentFilter.hasAction(action)) { in onReceive()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
H A DVolumeSliceHelperTest.java85 VolumeSliceHelper.sIntentFilter = null; in cleanUp()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java224 private static final IntentFilter sIntentFilter = new IntentFilter(); field in IkeSessionStateMachine
227 sIntentFilter.addAction(ACTION_DELETE_CHILD);
228 sIntentFilter.addAction(ACTION_DELETE_IKE);
229 sIntentFilter.addAction(ACTION_DPD);
230 sIntentFilter.addAction(ACTION_REKEY_CHILD);
231 sIntentFilter.addAction(ACTION_REKEY_IKE);
232 sIntentFilter.addAction(ACTION_KEEPALIVE);
576 sIntentFilter, in IkeSessionStateMachine()