OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:componentString
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
SimCallManagerTest.java
103
final String
componentString
= configBundle.getString(
105
if (!TextUtils.isEmpty(
componentString
)) {
106
carrierConfigSimCallManager = ComponentName.unflattenFromString(
componentString
);
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneAccountUtils.java
56
public static PhoneAccountHandle getAccount(@Nullable String
componentString
,
58
if (TextUtils.isEmpty(
componentString
) || TextUtils.isEmpty(accountId)) {
61
final ComponentName componentName = ComponentName.unflattenFromString(
componentString
);
/packages/apps/Settings/src/com/android/settings/nfc/
PaymentBackend.java
168
String
componentString
= Settings.Secure.getString(mContext.getContentResolver(),
170
if (
componentString
!= null) {
171
return ComponentName.unflattenFromString(
componentString
);
/frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java
328
String
componentString
;
330
componentString
= Resources.getSystem().getString(
335
componentString
= Resources.getSystem().getString(
338
ComponentName componentName = ComponentName.unflattenFromString(
componentString
);
345
+
componentString
+ " as an Activity or a Service");
Completed in 621 milliseconds