Searched refs:componentString (Results 1 – 6 of 6) sorted by relevance
157 String componentString = Settings.Secure.getString(mContext.getContentResolver(), in getDefaultPaymentApp() local159 if (componentString != null) { in getDefaultPaymentApp()160 return ComponentName.unflattenFromString(componentString); in getDefaultPaymentApp()
70 for (String componentString : pinnedAppsComponents) { in loadData()72 mainIntent.setComponent(ComponentName.unflattenFromString(componentString)); in loadData()
93 for (String componentString : pinnedAppsComponents) { in loadData()95 mainIntent.setComponent(ComponentName.unflattenFromString(componentString)); in loadData()
171 @Nullable String componentString, @Nullable String accountId) { in composePhoneAccountHandle()172 if (TextUtils.isEmpty(componentString) || TextUtils.isEmpty(accountId)) { in composePhoneAccountHandle()175 final ComponentName componentName = ComponentName.unflattenFromString(componentString); in composePhoneAccountHandle()
103 final String componentString = componentName.flattenToString(); in onAccessibilityServiceConfirmed() local106 componentString); in onAccessibilityServiceConfirmed() local