OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contactExists
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
94
public boolean
contactExists
;
181
info.
contactExists
= false;
282
info.
contactExists
= true;
387
if (!previousResult.
contactExists
657
.append("\ncontactExits: " +
contactExists
)
671
.append("\ncontactExists " +
contactExists
)
/packages/apps/EmergencyInfo/src/com/android/emergency/
EmergencyContactManager.java
91
return contactUri != null &&
contactExists
(context, contactUri);
94
private static boolean
contactExists
(Context context, Uri contactUri) {
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfo.java
128
public boolean
contactExists
;
220
info.
contactExists
= false;
316
info.
contactExists
= true;
363
if (!previousResult.
contactExists
558
.append("\ncontactExists: " +
contactExists
)
ContactInfoCache.java
218
if (callerInfo.
contactExists
|| callerInfo.isEmergencyNumber() ||
227
callerInfo.
contactExists
) {
238
if (!callerInfo.
contactExists
&& mPhoneNumberService != null) {
251
if (callerInfo.
contactExists
) {
570
if (info.
contactExists
) {
CallerInfoAsyncQuery.java
357
if ((ci != null && ci.
contactExists
) ||
519
if (!mIsListenerCalled && (ci.
contactExists
|| mCount == 0)) {
534
if (ci.
contactExists
&& mCachedNumberLookupService != null) {
/packages/services/Telecomm/src/com/android/server/telecom/
Call.java
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneUtils.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 221 milliseconds