OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phoneaccountid
(Results
1 - 4
of
4
) sorted by null
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
VoicemailStatusQueryHelper.java
89
String
phoneAccountId
= phoneAccount.getId();
90
if (phoneAccountComponentName == null ||
phoneAccountId
== null) {
97
String[] whereArgs = { phoneAccountComponentName,
phoneAccountId
,
VoicemailsQueryHelper.java
218
String
phoneAccountId
= phoneAccount.getId();
220
if (phoneAccountComponentName == null ||
phoneAccountId
== null || sourceData == null) {
227
String[] whereArgs = { phoneAccountComponentName,
phoneAccountId
, sourceData };
/cts/tests/tests/calllog/src/android/calllog/cts/
CallLogBackupTest.java
98
String
phoneAccountId
;
313
call.
phoneAccountId
= cursor.getString(
/packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java
731
String
phoneAccountId
= defaultPhoneAccount.getId();
732
if (!TextUtils.isEmpty(
phoneAccountId
) && TextUtils.isDigitsOnly(
phoneAccountId
)) {
735
PhoneGlobals.getPhone(Integer.parseInt(
phoneAccountId
)));
Completed in 201 milliseconds