Home | History | Annotate | Download | only in phone

Lines Matching refs:phone

17 package com.android.phone;
29 import com.android.internal.telephony.Phone;
39 * that are handled specially by the Phone app.
89 * which is still in the Phone App.
135 // your phone, and need to change the PIN! The only way to do
170 // if the phone is keyguard-restricted, then just ignore this
172 // exposed unless the phone is unlocked, and this code can be
184 intent.setClassName("com.android.phone",
185 "com.android.phone.SimContacts");
204 Phone phone = PhoneGlobals.getPhone();
205 boolean isMMIHandled = phone.handlePinMmi(input);
208 // phone app that an attempt to unPUK the device was
233 Phone phone = PhoneGlobals.getPhone();
234 int labelId = TelephonyCapabilities.getDeviceIdLabel(phone);
235 String deviceId = phone.getDeviceId();