HomeSort by relevance Sort by last modified time
    Searched full:itelephony (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 28 import com.android.internal.telephony.ITelephony;
43 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
65 // ITelephony interface is not up yet.
93 // ITelephony interface is not up yet.
TelephonyManager.java 28 import com.android.internal.telephony.ITelephony;
285 ITelephony telephony = getITelephony();
289 // This can happen when the ITelephony interface is not up yet.
421 ITelephony telephony = getITelephony();
425 // This can happen when the ITelephony interface is not up yet.
824 private ITelephony getITelephony() {
825 return ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE));
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
DataCommand.java 24 import com.android.internal.telephony.ITelephony;
65 ITelephony phoneMgr
66 = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE));
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PowerDialog.java 31 import com.android.internal.telephony.ITelephony;
112 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
132 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
SimUnlockScreen.java 26 import com.android.internal.telephony.ITelephony;
158 final boolean result = ITelephony.Stub.asInterface(ServiceManager
PhoneWindowManager.java 51 import com.android.internal.telephony.ITelephony;
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 28 import com.android.internal.telephony.ITelephony;
88 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
  /prebuilt/sdk/4/
framework.aidl 32 interface com.android.internal.telephony.ITelephony;
  /prebuilt/sdk/5/
framework.aidl 35 interface com.android.internal.telephony.ITelephony;
  /prebuilt/sdk/10/
framework.aidl 41 interface com.android.internal.telephony.ITelephony;
  /prebuilt/sdk/6/
framework.aidl 36 interface com.android.internal.telephony.ITelephony;
  /prebuilt/sdk/7/
framework.aidl 36 interface com.android.internal.telephony.ITelephony;
  /prebuilt/sdk/8/
framework.aidl 38 interface com.android.internal.telephony.ITelephony;
  /prebuilt/sdk/9/
framework.aidl 42 interface com.android.internal.telephony.ITelephony;
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 41 import com.android.internal.telephony.ITelephony;
246 final ITelephony phone =
247 ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
  /packages/apps/Contacts/src/com/android/contacts/
DialtactsActivity.java 19 import com.android.internal.telephony.ITelephony;
322 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
TwelveKeyDialer.java 19 import com.android.internal.telephony.ITelephony;
130 * temporary measure. To be replaced with an ITelephony call in the future.
132 * in Phone app until this is replaced with the ITelephony API.
    [all...]
RecentCallsListActivity.java 20 import com.android.internal.telephony.ITelephony;
    [all...]
SpecialCharSequenceMgr.java 19 import com.android.internal.telephony.ITelephony;
174 return ITelephony.Stub.asInterface(ServiceManager.getService("phone"))
ViewContactActivity.java 26 import com.android.internal.telephony.ITelephony;
779 ITelephony phone = ITelephony.Stub.asInterface(
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 30 interface ITelephony {
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 36 import com.android.internal.telephony.ITelephony;
44 * Implementation of the ITelephony interface.
46 public class PhoneInterfaceManager extends ITelephony.Stub {
219 // Implementation of the ITelephony interface.
OutgoingCallBroadcaster.java 65 * temporary measure. To be replaced with an external ITelephony call in the future.
67 * until this is replaced with the ITelephony API.
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 27 import com.android.internal.telephony.ITelephony;
48 private ITelephony mPhoneService;
271 mPhoneService = ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 34 import com.android.internal.telephony.ITelephony;
697 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));

Completed in 934 milliseconds

1 2