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
157 final Phone phone = PhoneGlobals.getPhone();
158 phone.sendDialerSpecialCode(input.substring(4, len - 4));
167 // if the phone is keyguard-restricted, then just ignore this
169 // exposed unless the phone is unlocked, and this code can be
181 intent.setClassName("com.android.phone",
182 "com.android.phone.SimContacts");
201 Phone phone = PhoneGlobals.getPhone();
202 boolean isMMIHandled = phone.handlePinMmi(input);
205 // phone app that an attempt to unPUK the device was
230 Phone phone = PhoneGlobals.getPhone();
231 int labelId = TelephonyCapabilities.getDeviceIdLabel(phone);
232 String deviceId = phone.getDeviceId();