/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/ |
VisualVoicemailProtocol.java | 17 package com.android.phone.vvm.omtp.protocol; 24 import com.android.phone.VoicemailStatus; 25 import com.android.phone.vvm.omtp.ActivationTask; 26 import com.android.phone.vvm.omtp.DefaultOmtpEventHandler; 27 import com.android.phone.vvm.omtp.OmtpEvents; 28 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper; 29 import com.android.phone.vvm.omtp.sms.OmtpMessageSender; 30 import com.android.phone.vvm.omtp.sms.StatusMessage; 75 * @param command A String command in {@link com.android.phone.vvm.omtp.OmtpConstants}, the exact
|
VisualVoicemailProtocolFactory.java | 17 package com.android.phone.vvm.omtp.protocol; 23 import com.android.phone.R; 24 import com.android.phone.vvm.omtp.VvmLog;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/ |
SyncOneTask.java | 17 package com.android.phone.vvm.omtp.sync; 23 import com.android.phone.VoicemailStatus; 24 import com.android.phone.vvm.omtp.scheduling.BaseTask; 25 import com.android.phone.vvm.omtp.scheduling.RetryPolicy; 26 import com.android.phone.vvm.omtp.utils.PhoneAccountHandleConverter; 45 public static void start(Context context, PhoneAccountHandle phone, Voicemail voicemail) { 48 PhoneAccountHandleConverter.toSubId(phone)); 49 intent.putExtra(EXTRA_PHONE_ACCOUNT_HANDLE, phone);
|
SyncTask.java | 17 package com.android.phone.vvm.omtp.sync; 22 import com.android.phone.vvm.omtp.scheduling.BaseTask; 23 import com.android.phone.vvm.omtp.scheduling.MinimalIntervalPolicy; 24 import com.android.phone.vvm.omtp.scheduling.RetryPolicy; 25 import com.android.phone.vvm.omtp.utils.PhoneAccountHandleConverter; 45 public static void start(Context context, PhoneAccountHandle phone, String syncType) { 47 .createIntent(context, SyncTask.class, PhoneAccountHandleConverter.toSubId(phone)); 48 intent.putExtra(EXTRA_PHONE_ACCOUNT_HANDLE, phone);
|
UploadTask.java | 17 package com.android.phone.vvm.omtp.sync; 22 import com.android.phone.VoicemailStatus; 23 import com.android.phone.vvm.omtp.VvmLog; 24 import com.android.phone.vvm.omtp.scheduling.BaseTask; 25 import com.android.phone.vvm.omtp.scheduling.PostponePolicy; 26 import com.android.phone.vvm.omtp.utils.PhoneAccountHandleConverter; 62 VvmLog.e(TAG, "null phone account for subId " + getSubId());
|
OmtpVvmSyncReceiver.java | 17 package com.android.phone.vvm.omtp.sync; 25 import com.android.phone.settings.VisualVoicemailSettingsUtil; 26 import com.android.phone.vvm.omtp.ActivationTask; 27 import com.android.phone.vvm.omtp.VvmLog; 28 import com.android.phone.vvm.omtp.utils.PhoneAccountHandleConverter;
|
OmtpVvmSourceManager.java | 16 package com.android.phone.vvm.omtp.sync; 23 import com.android.internal.telephony.Phone; 24 import com.android.phone.PhoneUtils; 25 import com.android.phone.VoicemailStatus; 26 import com.android.phone.vvm.omtp.VvmPhoneStateListener; 34 * voicemail source is tied 1:1 to a phone account, the phone account handle is used as the key 45 // Each phone account is associated with a phone state listener for updates to whether the 83 * list of registered phone accounts against the active subscriptions list and remove th [all...] |
/packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/scheduling/ |
BaseTaskTestBase.java | 17 package com.android.phone.vvm.omtp.scheduling; 19 import com.android.phone.vvm.omtp.scheduling.BaseTask.Clock;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/ |
OmtpMessageReceiver.java | 16 package com.android.phone.vvm.omtp.sms; 28 import com.android.phone.settings.VisualVoicemailSettingsUtil; 29 import com.android.phone.vvm.omtp.ActivationTask; 30 import com.android.phone.vvm.omtp.OmtpConstants; 31 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper; 32 import com.android.phone.vvm.omtp.VvmLog; 33 import com.android.phone.vvm.omtp.protocol.VisualVoicemailProtocol; 34 import com.android.phone.vvm.omtp.sync.OmtpVvmSyncService; 35 import com.android.phone.vvm.omtp.sync.SyncOneTask; 36 import com.android.phone.vvm.omtp.sync.SyncTask 53 PhoneAccountHandle phone = PhoneAccountHandleConverter.fromSubId(subId); local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
TelephonyComponentFactory.java | 51 public GsmCdmaCallTracker makeGsmCdmaCallTracker(GsmCdmaPhone phone) { 52 return new GsmCdmaCallTracker(phone); 55 public SmsStorageMonitor makeSmsStorageMonitor(Phone phone) { 56 return new SmsStorageMonitor(phone); 63 public ServiceStateTracker makeServiceStateTracker(GsmCdmaPhone phone, CommandsInterface ci) { 64 return new ServiceStateTracker(phone, ci); 67 public DcTracker makeDcTracker(Phone phone) { 68 return new DcTracker(phone); [all...] |
CallManager.java | 45 * and control calls. It implements Phone interface. 92 // list of registered phones, which are Phone objs 93 private final ArrayList<Phone> mPhones; 108 private final HashMap<Phone, CallManagerHandler> mHandlerMap = new HashMap<>(); 110 // default phone as the first phone registered, which is Phone obj 111 private Phone mDefaultPhone; 190 mPhones = new ArrayList<Phone>(); 206 * Returns all the registered phone objects 338 Phone phone = null; local 351 Phone phone = null; local 1874 Phone phone = getPhone(subId); local 1951 Phone phone = getPhone(subId); local 1989 Phone phone = getPhone(subId); local [all...] |
CellBroadcastHandler.java | 36 private CellBroadcastHandler(Context context, Phone phone) { 37 this("CellBroadcastHandler", context, phone); 40 protected CellBroadcastHandler(String debugTag, Context context, Phone phone) { 41 super(debugTag, context, phone); 49 public static CellBroadcastHandler makeCellBroadcastHandler(Context context, Phone phone) { 50 CellBroadcastHandler handler = new CellBroadcastHandler(context, phone);
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/ |
VvmPhoneStateListener.java | 16 package com.android.phone.vvm.omtp; 23 import com.android.phone.PhoneGlobals; 24 import com.android.phone.PhoneUtils; 25 import com.android.phone.VoicemailStatus; 26 import com.android.phone.vvm.omtp.sync.OmtpVvmSourceManager; 27 import com.android.phone.vvm.omtp.sync.OmtpVvmSyncService; 28 import com.android.phone.vvm.omtp.sync.SyncTask; 29 import com.android.phone.vvm.omtp.sync.VoicemailStatusQueryHelper; 30 import com.android.phone.vvm.omtp.utils.PhoneAccountHandleConverter;
|
/packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/ |
TelephonyVvmConfigManagerTest.java | 17 package com.android.phone.vvm.omtp; 19 import static com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper.KEY_CARRIER_VVM_PACKAGE_NAME_STRING_ARRAY; 20 import static com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper.KEY_VVM_CELLULAR_DATA_REQUIRED_BOOL; 21 import static com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper.KEY_VVM_DESTINATION_NUMBER_STRING; 22 import static com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper.KEY_VVM_DISABLED_CAPABILITIES_STRING_ARRAY; 23 import static com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper.KEY_VVM_PORT_NUMBER_INT; 24 import static com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper.KEY_VVM_PREFETCH_BOOL; 25 import static com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper.KEY_VVM_SSL_PORT_NUMBER_INT; 26 import static com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper.KEY_VVM_TYPE_STRING; 53 + " <item value=\"com.android.phone\"/>\n [all...] |
/external/nanopb-c/tests/basic_stream/ |
decode_stream.c | 30 Person_PhoneNumber *phone = &person.phone[i]; local 31 printf("phone {\n"); 32 printf(" number: \"%s\"\n", phone->number); 34 if (phone->has_type) 36 switch (phone->type)
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
TestInCallServiceImpl.java | 23 import android.telecom.Phone; 36 private Phone mPhone; 38 private Phone.Listener mPhoneListener = new Phone.Listener() { 40 public void onCallAdded(Phone phone, Call call) { 51 public void onCallRemoved(Phone phone, Call call) { 58 public void onPhoneCreated(Phone phone) { [all...] |
/frameworks/base/telephony/java/android/telephony/ |
CellLocation.java | 40 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone")); local 41 if (phone != null) { 42 phone.updateServiceLocation(); 91 * location, or null for unknown/none phone radio types.
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/text/ |
BidiFormatterSupport.java | 32 private static String phone = "+1 650 253 0000"; field in class:BidiFormatterSupport 40 String formattedText = String.format(text, phone); 46 String wrappedPhone = BidiFormatter.getInstance(true /* rtlContext */).unicodeWrap(phone);
|
/packages/services/Telephony/src/com/android/phone/common/mail/internet/ |
TextBody.java | 16 package com.android.phone.common.mail.internet; 20 import com.android.phone.common.mail.Body; 21 import com.android.phone.common.mail.MessagingException;
|
/external/guice/examples/src/example/xml/ |
Main.java | 31 final URL xmlUrl = Main.class.getResource("phone.xml"); 40 Phone phone = injector.getInstance(Phone.class); local 42 if (phone.getContacts() == null) {
|
/packages/services/Telephony/src/com/android/phone/settings/ |
AccessibilitySettingsActivity.java | 17 package com.android.phone.settings; 23 import com.android.phone.R;
|
PhoneAccountSettingsActivity.java | 17 package com.android.phone.settings; 23 import com.android.phone.R;
|
/packages/services/Telephony/src/com/android/phone/ |
PhoneInterfaceManager.java | 17 package com.android.phone; 73 import com.android.internal.telephony.Phone; 85 import com.android.phone.settings.VisualVoicemailSettingsUtil; 86 import com.android.phone.settings.VoicemailNotificationSettingsUtil; 155 private Phone mPhone; 238 * A handler that processes messages on the main thread in the phone process. Since many 239 * of the Phone calls are not thread safe this is needed to shuttle the requests from the 240 * inbound binder threads to the main thread in the phone process. The Binder thread 261 final Phone phone = getPhoneFromRequest(request) local 304 Phone phone = getPhone(end_subId); local 957 Phone phone = getPhoneFromRequest(request); local 1122 final Phone phone = getPhone(subId); local 1141 final Phone phone = getPhone(subId); local 1160 final Phone phone = getPhone(subId); local 1318 final Phone phone = getPhone(subId); local 1338 final Phone phone = getPhone(subId); local 1353 final Phone phone = getPhone(subId); local 1365 final Phone phone = getPhone(subId); local 1382 Phone phone = PhoneFactory.getPhone(i); local 1398 Phone phone = PhoneFactory.getPhone(phoneId); local 1410 final Phone phone = getPhone(subId); local 1424 final Phone phone = getPhone(subId); local 1438 final Phone phone = getPhone(subId); local 1451 final Phone phone = getPhone(subId); local 1476 Phone phone = PhoneFactory.getPhone(slotId); local 1483 Phone phone = getPhone(mSubscriptionController.getDefaultDataSubId()); local 1493 Phone phone = getPhone(mSubscriptionController.getDefaultDataSubId()); local 1516 Phone phone = getPhone(mSubscriptionController.getDefaultDataSubId()); local 1551 final Phone phone = getPhone(subId); local 1566 final Phone phone = getPhone(subId); local 1644 Phone phone = PhoneFactory.getPhone(slotId); local 1653 Phone phone = PhoneFactory.getPhone(slotId); local 1782 final Phone phone = PhoneFactory.getPhone(slotId); local 1803 final Phone phone = getPhone(subId); local 1826 final Phone phone = getPhone(subId); local 1847 final Phone phone = getPhone(subId); local 1861 final Phone phone = getPhone(subId); local 1875 final Phone phone = getPhone(subId); local 1965 final Phone phone = getPhone(subId); local 1981 final Phone phone = getPhone(getDefaultSubscription()); local 1998 final Phone phone = getPhone(subId); local 2023 final Phone phone = getPhone(subId); local 2040 final Phone phone = getPhone(subId); local 2062 final Phone phone = getPhone(subId[0]); local 2090 final Phone phone = getPhone(subId); local 2473 Phone phone = PhoneFactory.getPhone(phoneId); local 2502 Phone phone = PhoneFactory.getPhone(phoneId); local 2515 final Phone phone = getPhone(subId); local 2611 final Phone phone = getPhone(subId); local 2631 final Phone phone = getPhone(subId); local 2782 final Phone phone = getPhone(subId); local 2791 final Phone phone = getPhone(subId); local 2906 final Phone phone = PhoneFactory.getPhone(0); local 3132 final Phone phone = getPhone(subId); local 3150 final Phone phone = PhoneUtils.getPhoneForPhoneAccountHandle(accountHandle); local 3167 final Phone phone = PhoneUtils.getPhoneForPhoneAccountHandle(accountHandle); local 3195 Phone phone = getPhone(subId); local 3218 Phone phone = getPhone(subId); local 3240 Phone phone = getPhone(subId); local 3303 final Phone phone = getPhone(subId); local 3324 final Phone phone = getPhone(subId); local 3387 Phone phone = getPhone(subId); local [all...] |
/packages/services/Telephony/src/com/android/services/telephony/ |
TelephonyConnectionService.java | 45 import com.android.internal.telephony.Phone; 51 import com.android.phone.MMIDialogActivity; 52 import com.android.phone.PhoneUtils; 53 import com.android.phone.R; 111 "No phone number supplied")); 119 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); local 120 if (phone == null) { 121 Log.d(this, "onCreateOutgoingConnection, phone is null"); 125 "Phone is null")) 156 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); local 258 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber); local 431 Phone phone = getPhoneForAccount(accountHandle, isEmergency); local 493 Phone phone = getPhoneForAccount(accountHandle, isEmergency); local 718 Phone phone = PhoneFactory.getPhone(i); local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/ |
BluetoothDialog.java | 22 import com.android.systemui.statusbar.phone.SystemUIDialog;
|