Searched refs:compName (Results 1 – 5 of 5) sorted by relevance
197 val compName = ComponentName(packageName, "$packageName.AliasMainActivity") in <lambda>() constant198 val componentState = pm.getComponentEnabledSetting(compName) in <lambda>()206 pm.setComponentEnabledSetting(compName, desiredState, PackageManager.DONT_KILL_APP) in <lambda>()
286 ComponentName compName = new ComponentName(MAPS_PACKAGE_NAME, in showOnMap() local289 Uri.parse(uri)).setComponent(compName); in showOnMap()
3069 String compName = "com.nfc/.NfcClass"; in testVerifyDefaults() local3070 ComponentName service = ComponentName.unflattenFromString(compName); in testVerifyDefaults()3081 compName); in testVerifyDefaults()3104 String compName = "com.nfc/.NfcClass"; in testVerifyDefaultsWithMorePaymentService() local3105 ComponentName service = ComponentName.unflattenFromString(compName); in testVerifyDefaultsWithMorePaymentService()3153 String compName = "com.nfc/.NfcClass"; in testVerifyDefaultsWithSinglePaymentService() local3154 ComponentName service = ComponentName.unflattenFromString(compName); in testVerifyDefaultsWithSinglePaymentService()3197 String compName = "com.nfc/.NfcClass"; in testVerifyDefaultsWithNoPaymentService() local3198 ComponentName service = ComponentName.unflattenFromString(compName); in testVerifyDefaultsWithNoPaymentService()
352 ComponentName compName = in acceptBluetoothBinding() local364 serviceConnection.onServiceConnected(compName, mBinder); in acceptBluetoothBinding()
1084 ComponentName compName = new ComponentName(MAPS_PACKAGE_NAME, in showOnMap() local1087 Uri.parse(uri)).setComponent(compName); in showOnMap()