Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DDtaServiceConnectorTest.java66 private Intent implicitIntent; field in DtaServiceConnectorTest
86 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()
/packages/apps/Nfc/src/com/android/nfc/
DDtaServiceConnector.java81 public static Intent createExplicitFromImplicitIntent(Context context, Intent implicitIntent) { in createExplicitFromImplicitIntent() argument
83 List<ResolveInfo> resolveInfo = pm.queryIntentServices(implicitIntent, 0); in createExplicitFromImplicitIntent()
91 Intent explicitIntent = new Intent(implicitIntent); in createExplicitFromImplicitIntent()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterBroadcastDispatcher.java196 Intent implicitIntent = createImplicitEnabledChangedIntent(); in sendEnabledChanged() local
198 implicitIntent, in sendEnabledChanged()