Home
last modified time | relevance | path

Searched refs:getProtocol (Results 1 – 25 of 32) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DImDataItem.java65 public Integer getProtocol() { in getProtocol() method in ImDataItem
70 return getProtocol() != null; in isProtocolValid()
99 return getProtocol() == Im.PROTOCOL_CUSTOM; in shouldCollapseWith()
101 return that.getProtocol() == Im.PROTOCOL_CUSTOM; in shouldCollapseWith()
104 } else if (getProtocol() != that.getProtocol()) { in shouldCollapseWith()
106 } else if (getProtocol() == Im.PROTOCOL_CUSTOM && in shouldCollapseWith()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DImDataItem.java61 public Integer getProtocol() { in getProtocol() method in ImDataItem
66 return getProtocol() != null; in isProtocolValid()
95 return getProtocol() == Im.PROTOCOL_CUSTOM; in shouldCollapseWith()
97 return that.getProtocol() == Im.PROTOCOL_CUSTOM; in shouldCollapseWith()
100 } else if (getProtocol() != that.getProtocol()) { in shouldCollapseWith()
102 } else if (getProtocol() == Im.PROTOCOL_CUSTOM in shouldCollapseWith()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DAoapInterface.java110 public static int getProtocol(UsbDeviceConnection conn) { in getProtocol() method in AoapInterface
122 return !isDeviceBlacklisted(context, device) && getProtocol(conn) >= 1; in isSupported()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSendMessageAction.java104 final boolean isSms = (message.getProtocol() == MessageData.PROTOCOL_SMS); in queueAction()
188 final boolean isSms = message.getProtocol() == MessageData.PROTOCOL_SMS; in doBackgroundWork()
286 final boolean isSms = message.getProtocol() == MessageData.PROTOCOL_SMS; in processBackgroundFailure()
DInsertNewMessageAction.java157 final boolean isSms = (message.getProtocol() == MessageData.PROTOCOL_SMS); in executeAction()
DSyncCursorPair.java622 if (message.getProtocol() == MessageData.PROTOCOL_MMS) { in saveMessageToAdd()
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
DOmtpMessageReceiver.java116 VisualVoicemailProtocol protocol = helper.getProtocol(); in onReceive()
120 Bundle statusData = helper.getProtocol().translateStatusSmsBundle(helper, eventType, data); in onReceive()
DStatusSmsFetcher.java132 VisualVoicemailProtocol protocol = helper.getProtocol(); in onReceive()
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DImageBackend.java633 shadowTask.getProtocol().addCount(1); in incrementTaskDone()
648 int remainingTasks = imageShadowTask.getProtocol().addCount(-1); in decrementTaskDone()
651 imageShadowTask.getProtocol().signal(); in decrementTaskDone()
DImageShadowTask.java83 ImageBackend.BlockSignalProtocol getProtocol() { in getProtocol() method in ImageShadowTask
/packages/apps/Messaging/src/com/android/messaging/sms/
DDatabaseMessages.java63 public abstract int getProtocol(); in getProtocol() method in DatabaseMessages.DatabaseMessage
196 public int getProtocol() { in getProtocol() method in DatabaseMessages.SmsMessage
458 public int getProtocol() { in getProtocol() method in DatabaseMessages.MmsMessage
890 public int getProtocol() { in getProtocol() method in DatabaseMessages.LocalDatabaseMessage
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java391 getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CHANGE_TUI_PWD_FORMAT); in changePin()
406 getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CHANGE_VM_LANG_FORMAT); in changeVoicemailTuiLanguage()
418 String command = getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CLOSE_NUT); in closeNewUserTutorial()
/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp1020 if ((natTag.getProtocol() == NFA_PROTOCOL_T2T) && in nativeNfcTag_doTransceive()
1273 if (NfcTag::getInstance().getProtocol() == NFA_PROTOCOL_T1T) in nativeNfcTag_doCheckNdef()
1286 if (NfcTag::getInstance().getProtocol() == NFA_PROTOCOL_T1T) in nativeNfcTag_doCheckNdef()
1447 tNFC_PROTOCOL protocol = NfcTag::getInstance().getProtocol(); in nativeNfcTag_doIsNdefFormatable()
DNfcTag.h158 tNFC_PROTOCOL getProtocol();
/packages/apps/Messaging/src/android/support/v7/mms/
DUtils.java169 protocol = url.getProtocol(); in redactUrlForNonVerbose()
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DJarUtils.java39 if (!resUrl.getProtocol().equals("jar")) { in getJarFile()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DStatusCheckTask.java88 config.getProtocol().requestStatus(config, fetcher.getSentIntent()); in onExecuteInBackgroundThread()
DActivationTask.java196 VisualVoicemailProtocol protocol = helper.getProtocol(); in onExecuteInBackgroundThread()
DOmtpVvmCarrierConfigHelper.java196 public VisualVoicemailProtocol getProtocol() { in getProtocol() method in OmtpVvmCarrierConfigHelper
/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
DCaptivePortalProbeSpec.java174 final String protocol = url.getProtocol(); in RegexMatchProbeSpec()
/packages/apps/Contacts/src/com/android/contacts/
DContactsUtils.java200 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : im.getProtocol(); in buildImIntent()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java179 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : im.getProtocol(); in DataAction()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVCardResourceEntry.java221 getString(Im.getProtocolLabelResource(imData.getProtocol()));
/packages/services/Mms/src/com/android/mms/service/
DMmsHttpClient.java443 protocol = url.getProtocol(); in redactUrlForNonVerbose()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2691 && "localhost".equals(url.getHost()) && "http".equals(url.getProtocol()); in sendCapportApiProbe()
2692 if (!"https".equals(url.getProtocol()) && !isTestLocalhostHttp) { in sendCapportApiProbe()
2693 validationLog("Invalid captive portal API protocol: " + url.getProtocol()); in sendCapportApiProbe()

12