Home
last modified time | relevance | path

Searched refs:compName (Results 1 – 5 of 5) sorted by relevance

/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DHomeFragment.kt197 val compName = ComponentName(packageName, "$packageName.AliasMainActivity") in <lambda>() constant
198 val componentState = pm.getComponentEnabledSetting(compName) in <lambda>()
206 pm.setComponentEnabledSetting(compName, desiredState, PackageManager.DONT_KILL_APP) in <lambda>()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java286 ComponentName compName = new ComponentName(MAPS_PACKAGE_NAME, in showOnMap() local
289 Uri.parse(uri)).setComponent(compName); in showOnMap()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java3069 String compName = "com.nfc/.NfcClass"; in testVerifyDefaults() local
3070 ComponentName service = ComponentName.unflattenFromString(compName); in testVerifyDefaults()
3081 compName); in testVerifyDefaults()
3104 String compName = "com.nfc/.NfcClass"; in testVerifyDefaultsWithMorePaymentService() local
3105 ComponentName service = ComponentName.unflattenFromString(compName); in testVerifyDefaultsWithMorePaymentService()
3153 String compName = "com.nfc/.NfcClass"; in testVerifyDefaultsWithSinglePaymentService() local
3154 ComponentName service = ComponentName.unflattenFromString(compName); in testVerifyDefaultsWithSinglePaymentService()
3197 String compName = "com.nfc/.NfcClass"; in testVerifyDefaultsWithNoPaymentService() local
3198 ComponentName service = ComponentName.unflattenFromString(compName); in testVerifyDefaultsWithNoPaymentService()
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothManagerServiceTest.java352 ComponentName compName = in acceptBluetoothBinding() local
364 serviceConnection.onServiceConnected(compName, mBinder); in acceptBluetoothBinding()
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java1084 ComponentName compName = new ComponentName(MAPS_PACKAGE_NAME, in showOnMap() local
1087 Uri.parse(uri)).setComponent(compName); in showOnMap()