HomeSort by relevance Sort by last modified time
    Searched refs:CallerInfoAsyncQuery (Results 1 - 18 of 18) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CallerInfoAsyncQueryFactory.java 18 import com.android.internal.telephony.CallerInfoAsyncQuery;
23 CallerInfoAsyncQuery startQuery(int token, Context context, String number,
24 CallerInfoAsyncQuery.OnQueryCompleteListener listener, Object cookie);
CallerInfoLookupHelper.java 33 import com.android.internal.telephony.CallerInfoAsyncQuery;
125 CallerInfoAsyncQuery query = mCallerInfoAsyncQueryFactory.startQuery(
140 private CallerInfoAsyncQuery.OnQueryCompleteListener makeCallerInfoQueryListener(
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoAsyncQueryFactoryFixture.java 20 import com.android.internal.telephony.CallerInfoAsyncQuery;
42 CallerInfoAsyncQuery.OnQueryCompleteListener mListener;
54 public CallerInfoAsyncQuery startQuery(int token, Context context, String number,
55 CallerInfoAsyncQuery.OnQueryCompleteListener listener, Object cookie) {
61 return Mockito.mock(CallerInfoAsyncQuery.class);
CallerInfoLookupHelperTest.java 29 import com.android.internal.telephony.CallerInfoAsyncQuery;
85 any(CallerInfoAsyncQuery.OnQueryCompleteListener.class), any()))
86 .thenReturn(mock(CallerInfoAsyncQuery.class));
126 ArgumentCaptor<CallerInfoAsyncQuery.OnQueryCompleteListener> queryListenerCaptor =
127 ArgumentCaptor.forClass(CallerInfoAsyncQuery.OnQueryCompleteListener.class);
165 ArgumentCaptor<CallerInfoAsyncQuery.OnQueryCompleteListener> queryListenerCaptor =
166 ArgumentCaptor.forClass(CallerInfoAsyncQuery.OnQueryCompleteListener.class);
205 ArgumentCaptor<CallerInfoAsyncQuery.OnQueryCompleteListener> queryListenerCaptor =
206 ArgumentCaptor.forClass(CallerInfoAsyncQuery.OnQueryCompleteListener.class);
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 48 public class CallerInfoAsyncQuery {
50 private static final String LOG_TAG = "CallerInfoAsyncQuery";
315 ("Bad context or query uri, or CallerInfoAsyncQuery already released.");
393 private CallerInfoAsyncQuery() {
400 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
403 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
430 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
448 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
452 Rlog.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####")
    [all...]
CallerInfo.java 305 ContentResolver cr = CallerInfoAsyncQuery.getCurrentProfileContentResolver(context);
  /packages/services/Telecomm/src/com/android/server/telecom/components/
TelecomService.java 32 import com.android.internal.telephony.CallerInfoAsyncQuery;
102 public CallerInfoAsyncQuery startQuery(
106 CallerInfoAsyncQuery.OnQueryCompleteListener listener,
109 "CallerInfoAsyncQuery.startQuery number=%s cookie=%s",
111 return CallerInfoAsyncQuery.startQuery(
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoUtils.java 55 CallerInfoAsyncQuery.OnQueryCompleteListener listener) {
65 "Actually starting CallerInfoAsyncQuery.startQuery()...");
68 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, cookie);
73 + " Not calling CallerInfoAsyncQuery.startQuery().");
CallerInfoAsyncQuery.java 57 public class CallerInfoAsyncQuery {
72 private static final String LOG_TAG = "CallerInfoAsyncQuery";
87 private CallerInfoAsyncQuery() {}
96 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startContactProviderQuery()... #####");
195 Trace.beginSection("CallerInfoAsyncQuery.startOtherDirectoriesQuery");
478 "Bad context or query uri, or CallerInfoAsyncQuery already released.");
514 // new parameter to CallerInfoAsyncQuery.startQuery() to force
ContactInfoCache.java 59 import com.android.incallui.CallerInfoAsyncQuery.OnQueryCompleteListener;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 53 import com.android.internal.telephony.CallerInfoAsyncQuery;
    [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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 867 milliseconds