/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionService.java | 203 public void onNewIntent(Intent intent, int serviceId) { 208 stopSelf(serviceId); 215 Log.v(TAG, "onNewIntent: serviceId: " + serviceId + ": " + intent.getExtras() + 239 stopSelfIfIdle(serviceId); 255 onNetworkUnavailable(serviceId, transactionType); 309 launchTransaction(serviceId, args, false); 321 stopSelfIfIdle(serviceId); 329 launchTransaction(serviceId, args, noNetwork); 363 private void launchTransaction(int serviceId, TransactionBundle txnBundle, boolean noNetwork) [all...] |
NotificationTransaction.java | 81 Context context, int serviceId, 83 super(context, serviceId, connectionSettings); 106 Context context, int serviceId, 108 super(context, serviceId, connectionSettings);
|
Transaction.java | 61 public Transaction(Context context, int serviceId, 65 mServiceId = serviceId; 240 return getClass().getName() + ": serviceId=" + mServiceId;
|
RetrieveTransaction.java | 78 public RetrieveTransaction(Context context, int serviceId, 81 super(context, serviceId, connectionSettings);
|
SmsReceiverService.java | 191 int serviceId = msg.arg1; 194 Log.v(TAG, "handleMessage serviceId: " + serviceId + " intent: " + intent); 221 SmsReceiver.finishStartingService(SmsReceiverService.this, serviceId);
|
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
Service.java | 38 public Service(Context context, Transport transport, int serviceId) { 41 mServiceId = serviceId;
|
/external/chromium/chrome/common/net/gaia/ |
gaia_authenticator_unittest.cc | 22 : GaiaAuthenticator("useragent", "serviceid", "http://gaia_url") {}
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PAssertedServiceParser.java | 72 String serviceID = urn.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1]; 74 if(serviceID.trim().equals(""))
|
PPreferredServiceParser.java | 110 String serviceID = urn.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1]; 112 if(serviceID.trim().equals("")) 120 pps.setSubserviceIdentifiers(serviceID);
|
/external/tcpdump/ |
rx.h | 87 u_int16_t serviceId; /* header files indicate that the */ 88 }; /* serviceId is first, it's really */
|
print-rx.c | 392 u_short serviceId; /* Service identifier (net order) */ 463 printf(" secindex %d serviceid %hu", 465 EXTRACT_16BITS(&rxh->serviceId)); 604 rxent->serviceId = rxh->serviceId; 632 rxent->serviceId == rxh->serviceId && [all...] |
/libcore/luni/src/main/java/javax/xml/datatype/ |
FactoryFinder.java | 228 String serviceId = "META-INF/services/" + factoryId; 234 is = cl.getResourceAsStream(serviceId); 239 is = cl.getResourceAsStream(serviceId); 247 if (debug) debugPrintln("found jar resource=" + serviceId + " using ClassLoader: " + cl);
|
/external/mdnsresponder/mDNSPosix/ |
Responder.c | 353 int serviceID; 448 thisServ->serviceID = gServiceID; 458 thisServ->serviceID, 638 thisServID = thisServ->serviceID; 646 thisServ->serviceID);
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
ObjectFactory.java | 538 String serviceId = SERVICES_PATH + factoryId; 544 is = ss.getResourceAsStream(cl, serviceId); 551 is = ss.getResourceAsStream(cl, serviceId); 560 debugPrintln("found jar resource=" + serviceId +
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
ObjectFactory.java | 538 String serviceId = SERVICES_PATH + factoryId; 544 is = ss.getResourceAsStream(cl, serviceId); 551 is = ss.getResourceAsStream(cl, serviceId); 560 debugPrintln("found jar resource=" + serviceId +
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ObjectFactory.java | 537 String serviceId = SERVICES_PATH + factoryId; 543 is = ss.getResourceAsStream(cl, serviceId); 550 is = ss.getResourceAsStream(cl, serviceId); 559 debugPrintln("found jar resource=" + serviceId +
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectFactory.java | 538 String serviceId = SERVICES_PATH + factoryId; 544 is = ss.getResourceAsStream(cl, serviceId); 551 is = ss.getResourceAsStream(cl, serviceId); 560 debugPrintln("found jar resource=" + serviceId +
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
ObjectFactory.java | 538 String serviceId = SERVICES_PATH + factoryId; 544 is = ss.getResourceAsStream(cl, serviceId); 551 is = ss.getResourceAsStream(cl, serviceId); 560 debugPrintln("found jar resource=" + serviceId +
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
smc_properties_parser.h | 49 #define CONFIG_SERVICE_ID_PROPERTY_NAME "config.s.serviceID"
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_web.c | 168 "<serviceId>urn:wifialliance-org:serviceId:WFAWLANConfig1</serviceId>" [all...] |