/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/ |
Vvm3EventHandler.java | 17 package com.android.phone.vvm.omtp.protocol; 22 import com.android.phone.VoicemailStatus; 23 import com.android.phone.settings.VoicemailChangePinActivity; 24 import com.android.phone.vvm.omtp.DefaultOmtpEventHandler; 25 import com.android.phone.vvm.omtp.OmtpEvents; 26 import com.android.phone.vvm.omtp.OmtpEvents.Type; 27 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper; 118 Log.e(TAG, "status editor has null phone account handle");
|
/frameworks/base/telecomm/java/android/telecom/ |
InCallService.java | 42 * phone calls. Telecom binds to this service while there exists a live (active or incoming) call, 44 * first be set as the default phone app (See {@link TelecomManager#getDefaultDialerPackage()}) 90 mPhone = new Phone(new InCallAdapter((IInCallAdapter) msg.obj)); 202 private Phone.Listener mPhoneListener = new Phone.Listener() { 205 public void onAudioStateChanged(Phone phone, AudioState audioState) { 209 public void onCallAudioStateChanged(Phone phone, CallAudioState callAudioState) { 215 public void onBringToForeground(Phone phone, boolean showDialpad) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
LightStatusBarController.java | 17 package com.android.systemui.statusbar.phone; 24 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_LIGHTS_OUT_TRANSPARENT; 25 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_TRANSPARENT;
|
AppIconDragShadowBuilder.java | 17 package com.android.systemui.statusbar.phone;
|
AppInfo.java | 17 package com.android.systemui.statusbar.phone;
|
KeyguardIndicationTextView.java | 17 package com.android.systemui.statusbar.phone;
|
PlatformVelocityTracker.java | 17 package com.android.systemui.statusbar.phone;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneFactory.java | 64 static private Phone[] sPhones = null; 65 static private Phone sPhone = null; 135 /* In case of multi SIM mode two instances of Phone, RIL are created, 140 sPhones = new Phone[numPhones]; 161 Phone phone = null; local 164 phone = new GsmCdmaPhone(context, 169 phone = new GsmCdmaPhone(context, 174 Rlog.i(LOG_TAG, "Creating Phone with type = " + phoneType + " sub = " + i); 176 sPhones[i] = phone; 245 Phone phone; local 380 Phone phone = phones[i]; local [all...] |
RatRatcheter.java | 50 private final Phone mPhone; 53 public RatRatcheter(Phone phone) { 54 mPhone = phone; 58 phone.getContext().registerReceiverAsUser(mConfigChangedReceiver, UserHandle.ALL,
|
WakeLockStateMachine.java | 53 protected Phone mPhone; 64 protected WakeLockStateMachine(String debugTag, Context context, Phone phone) { 68 mPhone = phone; 80 public void updatePhoneObject(Phone phone) { 81 sendMessage(EVENT_UPDATE_PHONE_OBJECT, phone); 116 mPhone = (Phone) msg.obj; 117 log("updatePhoneObject: phone=" + mPhone.getClass().getSimpleName());
|
/packages/services/Telephony/src/com/android/phone/settings/ |
TtyModeListPreference.java | 17 package com.android.phone.settings; 29 import com.android.phone.PhoneGlobals; 30 import com.android.phone.R;
|
/packages/services/Telephony/src/com/android/phone/settings/fdn/ |
GetPin2Screen.java | 17 package com.android.phone.settings.fdn; 35 import com.android.phone.PhoneGlobals; 36 import com.android.phone.R;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/ |
BaseTask.java | 17 package com.android.phone.vvm.omtp.scheduling; 27 import com.android.phone.Assert; 28 import com.android.phone.NeededForTesting;
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
PollingAction.java | 198 private String getCompleteUri(String phone) { 199 phone = "tel:" + phone; 200 return phone;
|
/external/protobuf/examples/ |
add_person.py | 18 number = raw_input("Enter a phone number (or leave blank to finish): ") 22 phone_number = person.phone.add() 25 type = raw_input("Is this a mobile, home, or work phone? ") 33 print "Unknown phone type; leaving as default value."
|
list_people.py | 16 for phone_number in person.phone: 18 print " Mobile phone #:", 20 print " Home phone #:", 22 print " Work phone #:",
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/ |
CarNavigationBarView.java | 25 import com.android.systemui.statusbar.phone.NavigationBarView;
|
FullscreenUserSwitcher.java | 23 import com.android.systemui.statusbar.phone.PhoneStatusBar;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsExternalConnection.java | 23 import com.android.internal.telephony.Phone; 86 protected ImsExternalConnection(Phone phone, int callId, Uri address, boolean isPullable) { 87 super(phone.getPhoneType()); 88 mContext = phone.getContext(); 89 mCall = new ImsExternalCall(phone, this);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
PhonebookEntry.java | 79 public static class Phone { 85 if (!(o instanceof Phone)) { 89 Phone p = (Phone) o; 102 sb.append(" Phone: { number: "); 120 phones = new ArrayList<Phone>(); 125 phones = new ArrayList<Phone>(); 140 Phone phone = new Phone(); local [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CLIRListPreference.java | 1 package com.android.phone; 3 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR; 6 import com.android.internal.telephony.Phone; 26 private Phone mPhone; 51 TimeConsumingPreferenceListener listener, boolean skipReading, Phone phone) { 52 mPhone = phone;
|
CallWaitingCheckBoxPreference.java | 1 package com.android.phone; 4 import com.android.internal.telephony.Phone; 6 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR; 16 import com.android.internal.telephony.Phone; 23 private Phone mPhone; 39 TimeConsumingPreferenceListener listener, boolean skipReading, Phone phone) { 40 mPhone = phone;
|
CdmaPhoneCallState.java | 17 package com.android.phone; 21 * information for Call Waiting and 3Way for CDMA instance of Phone App. 28 * call or phone state of OFFHOOK, but in more complex conditions e.g. when phone is already
|
HfaService.java | 17 package com.android.phone;
|
NetworkQueryService.java | 17 package com.android.phone; 31 import com.android.internal.telephony.Phone; 57 static final String ACTION_LOCAL_BINDER = "com.android.phone.intent.action.LOCAL_BINDER"; 122 Phone phone = PhoneFactory.getPhone(phoneId); 123 if (phone != null) { 124 phone.getAvailableNetworks( 130 log("phone is null");
|