Home
last modified time | relevance | path

Searched defs:intentFilter (Results 1 – 17 of 17) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowIntentFilterTest.java16 IntentFilter intentFilter = new IntentFilter(action); in copyConstructorTest() local
30 IntentFilter intentFilter = new IntentFilter(); in addDataScheme_shouldAddTheDataScheme() local
40 IntentFilter intentFilter = new IntentFilter(); in addDataAuthority_shouldAddTheDataAuthority() local
52 IntentFilter intentFilter = new IntentFilter(); in addDataType_shouldAddTheDataType() local
60 IntentFilter intentFilter = new IntentFilter(); in hasAction() local
69 IntentFilter intentFilter = new IntentFilter(); in hasDataScheme() local
78 IntentFilter intentFilter = new IntentFilter(); in hasDataType() local
87 IntentFilter intentFilter = new IntentFilter(); in matchDataAuthority_matchHostAndPort() local
101 IntentFilter intentFilter = new IntentFilter(); in matchDataAuthority_matchHostWithNoPort() local
115 IntentFilter intentFilter = new IntentFilter(); in matchDataAuthority_NoMatch() local
[all …]
DShadowBluetoothHeadsetTest.java193 IntentFilter intentFilter = new IntentFilter(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED); in startVoiceRecogntion_shouldEmitBroadcast() local
243 IntentFilter intentFilter = new IntentFilter(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED); in stopVoiceRecognition_shouldEmitBroadcast() local
DShadowUserManagerTest.java1015 IntentFilter intentFilter = new IntentFilter(); in requestQuietModeEnabled_withManagedProfile_shouldStopProfileAndEmitBroadcast() local
1053 IntentFilter intentFilter = new IntentFilter(); in requestQuietModeDisabled_withManagedProfile_shouldStartProfileAndEmitBroadcast() local
1089 IntentFilter intentFilter = new IntentFilter(); in requestQuietModeDisabled_withLockedManagedProfile_shouldNotDoAnything() local
DShadowPackageManagerTest.java1707 IntentFilter intentFilter = new IntentFilter("ACTION"); in addIntentFilterForComponent() local
1783 IntentFilter intentFilter = new IntentFilter("ACTION"); in resolveExplicitIntent_sameApp() local
1797 IntentFilter intentFilter = new IntentFilter("ACTION"); in resolveExplicitIntent_filterMatch() local
1812 IntentFilter intentFilter = new IntentFilter("ACTION"); in resolveExplicitIntent_noFilterMatch() local
1824 IntentFilter intentFilter = new IntentFilter("ACTION"); in resolveExplicitIntent_noFilterMatch_belowT() local
1839 IntentFilter intentFilter = new IntentFilter("ACTION"); in resolveExplicitIntent_noFilterMatch_targetBelowT() local
1852 IntentFilter intentFilter = new IntentFilter("ACTION"); in resolveExplicitIntent_noAction() local
3141 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_PACKAGE_VERIFIED); in triggerInstallVerificationTimeout_broadcastsPackageVerifiedIntent() local
3969 IntentFilter intentFilter = intentFilters.get(0); in getIntentFiltersForComponent() local
DShadowTelecomManagerTest.java598 IntentFilter intentFilter = new IntentFilter(); in createLaunchEmergencyDialerIntent_whenPackageAvailable_shouldContainPackage() local
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
DVisibilityTracker.kt75 val intentFilter = IntentFilter().apply { in registerVisibilityListener() constant
/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/
DScreenOffTrigger.kt65 val intentFilter = IntentFilter().apply { in start() constant
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java329 public IntentFilter intentFilter; field in ShadowApplication.Wrapper
338 IntentFilter intentFilter, in Wrapper()
DShadowApplicationPackageManager.java853 static ResolveInfo buildResolveInfo(ComponentInfo componentInfo, IntentFilter intentFilter) { in buildResolveInfo()
952 private static int matchIntentFilter(Intent intent, IntentFilter intentFilter) { in matchIntentFilter()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAudioCapabilitiesReceiver.java93 IntentFilter intentFilter = new IntentFilter(AudioManager.ACTION_HDMI_AUDIO_PLUG); in register() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAudioCapabilitiesReceiver.java93 IntentFilter intentFilter = new IntentFilter(AudioManager.ACTION_HDMI_AUDIO_PLUG); in register() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMapClientFacade.java79 IntentFilter intentFilter = new IntentFilter(); in BluetoothMapClientFacade() local
/external/webrtc/sdk/android/api/org/webrtc/
DNetworkMonitorAutoDetect.java547 IntentFilter intentFilter = new IntentFilter(); in WifiDirectManagerDelegate() local
630 private final IntentFilter intentFilter; field in NetworkMonitorAutoDetect
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java299 … public Intent registerReceiver(BroadcastReceiver broadcastReceiver, IntentFilter intentFilter) { in registerReceiver()
304 …ic Intent registerReceiver(BroadcastReceiver broadcastReceiver, IntentFilter intentFilter, String … in registerReceiver()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DCapabilityPolling.java275 IntentFilter intentFilter = new IntentFilter(); in registerForBroadcasts() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java678 private final IntentFilter intentFilter; field in PlayerNotificationManager
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java674 private final IntentFilter intentFilter; field in PlayerNotificationManager