OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
202
String
phoneAccountId
= phoneAccount.getId();
204
if (phoneAccountComponentName == null ||
phoneAccountId
== null || sourceData == null) {
211
String[] whereArgs = { phoneAccountComponentName,
phoneAccountId
, sourceData };
/packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java
561
String
phoneAccountId
= defaultPhoneAccount.getId();
562
if (!TextUtils.isEmpty(
phoneAccountId
) && TextUtils.isDigitsOnly(
phoneAccountId
)) {
565
PhoneGlobals.getPhone(Integer.parseInt(
phoneAccountId
)));
/cts/tests/tests/calllog/src/android/calllog/cts/
CallLogBackupTest.java
98
String
phoneAccountId
;
313
call.
phoneAccountId
= cursor.getString(
Completed in 160 milliseconds