Searched refs:componentString (Results 1 – 2 of 2) sorted by relevance
49 @Nullable String componentString, @Nullable String accountId) { in getAccount()50 if (TextUtils.isEmpty(componentString) || TextUtils.isEmpty(accountId)) { in getAccount()53 final ComponentName componentName = ComponentName.unflattenFromString(componentString); in getAccount()
168 String componentString = Settings.Secure.getString(mContext.getContentResolver(), in getDefaultPaymentApp() local170 if (componentString != null) { in getDefaultPaymentApp()171 return ComponentName.unflattenFromString(componentString); in getDefaultPaymentApp()