Searched refs:implicitIntent (Results 1 – 3 of 3) sorted by relevance
66 private Intent implicitIntent; field in DtaServiceConnectorTest86 implicitIntent = mock(Intent.class); in setUp()99 when(implicitIntent.getAction()).thenReturn("nfcaction"); in setUp()100 when(packageManager.queryIntentServices(implicitIntent, 0)).thenReturn( in setUp()135 implicitIntent); in testCreateExplicitFromImplicitIntent()
81 public static Intent createExplicitFromImplicitIntent(Context context, Intent implicitIntent) { in createExplicitFromImplicitIntent() argument83 List<ResolveInfo> resolveInfo = pm.queryIntentServices(implicitIntent, 0); in createExplicitFromImplicitIntent()91 Intent explicitIntent = new Intent(implicitIntent); in createExplicitFromImplicitIntent()
196 Intent implicitIntent = createImplicitEnabledChangedIntent(); in sendEnabledChanged() local198 implicitIntent, in sendEnabledChanged()