Searched defs:componentString (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DPhoneAccountUtils.java56 public static PhoneAccountHandle getAccount(@Nullable String componentString, argument
58 if (TextUtils.isEmpty(componentString) || TextUtils.isEmpty(accountId)) {
61 final ComponentName componentName = ComponentName.unflattenFromString(componentString);

Completed in 79 milliseconds