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

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 44 CallerInfoAsyncQuery.OnQueryCompleteListener listener) {
51 Log.d(TAG, "==> Actually starting CallerInfoAsyncQuery.startQuery()...");
52 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, call);
CallerInfoAsyncQuery.java 57 public class CallerInfoAsyncQuery {
59 private static final String LOG_TAG = "CallerInfoAsyncQuery";
253 ("Bad context or query uri, or CallerInfoAsyncQuery already released.");
289 // new parameter to CallerInfoAsyncQuery.startQuery() to force
336 private CallerInfoAsyncQuery() {
341 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startContactProviderQuery()... #####");
370 private static CallerInfoAsyncQuery startDefaultDirectoryQuery(int token, Context context,
388 private static CallerInfoAsyncQuery startQueryInternal(int token, Context context,
394 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 44 public class CallerInfoAsyncQuery {
46 private static final String LOG_TAG = "CallerInfoAsyncQuery";
270 ("Bad context or query uri, or CallerInfoAsyncQuery already released.");
306 // new parameter to CallerInfoAsyncQuery.startQuery() to force
352 private CallerInfoAsyncQuery() {
359 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
362 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
389 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
407 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number
    [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 71 milliseconds