Home
last modified time | relevance | path

Searched refs:componentString (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/panels/
DSelectedComponentRepositoryImpl.kt78 val componentString = getString(PREF_COMPONENT, null) ?: return null in getSelectedComponent() constant
81 componentName = ComponentName.unflattenFromString(componentString), in getSelectedComponent()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java1528 String componentString = in startConfirmationForNetwork() local
1531 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmationForNetwork()
1538 + componentString + " as an Activity or a Service"); in startConfirmationForNetwork()
1547 String componentString; in startConfirmationForKey() local
1549 componentString = mConfirmComponent != null in startConfirmationForKey()
1555 componentString = Resources.getSystem().getString( in startConfirmationForKey()
1558 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmationForKey()
1565 + componentString + " as an Activity or a Service"); in startConfirmationForKey()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DCredentialManagerService.java975 for (String componentString : components) { in getEnabledProvidersForUser()
976 ComponentName component = ComponentName.unflattenFromString(componentString); in getEnabledProvidersForUser()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java3696 final String componentString = mContext.getString(stringResId);
3697 if (TextUtils.isEmpty(componentString)) {
3700 final ComponentName component = ComponentName.unflattenFromString(componentString);