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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 42 public class CallerInfoAsyncQuery {
44 private static final String LOG_TAG = "CallerInfoAsyncQuery";
224 ("Bad context or query uri, or CallerInfoAsyncQuery already released.");
260 // new parameter to CallerInfoAsyncQuery.startQuery() to force
302 private CallerInfoAsyncQuery() {
309 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
312 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
339 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
342 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####")
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 26 import com.android.internal.telephony.CallerInfoAsyncQuery;
161 * Class to run a CallerInfoAsyncQuery in a separate thread, with
168 implements CallerInfoAsyncQuery.OnQueryCompleteListener {
191 CallerInfoAsyncQuery.startQuery(kToken, mContext, mNumber, this, null);
  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 31 import com.android.internal.telephony.CallerInfoAsyncQuery;
43 implements CallerInfoAsyncQuery.OnQueryCompleteListener {
318 * CallerInfoAsyncQuery.OnQueryCompleteListener implementation.
PhoneUtils.java 53 import com.android.internal.telephony.CallerInfoAsyncQuery;
    [all...]
NotificationMgr.java 47 import com.android.internal.telephony.CallerInfoAsyncQuery;
62 public class NotificationMgr implements CallerInfoAsyncQuery.OnQueryCompleteListener{
    [all...]
CallCard.java 44 import com.android.internal.telephony.CallerInfoAsyncQuery;
58 implements CallTime.OnTickListener, CallerInfoAsyncQuery.OnQueryCompleteListener,
553 * Implemented for CallerInfoAsyncQuery.OnQueryCompleteListener interface.
    [all...]
CallNotifier.java 21 import com.android.internal.telephony.CallerInfoAsyncQuery;
58 implements CallerInfoAsyncQuery.OnQueryCompleteListener {
    [all...]

Completed in 547 milliseconds