OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serviceId
(Results
1 - 14
of
14
) sorted by null
/packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java
313
private void launchTransaction(int
serviceId
, TransactionBundle txnBundle, boolean noNetwork) {
316
onNetworkUnavailable(
serviceId
, txnBundle.getTransactionType());
320
msg.arg1 =
serviceId
;
329
private void onNetworkUnavailable(int
serviceId
, int transactionType) {
331
Log.v(TAG, "onNetworkUnavailable: sid=" +
serviceId
+ ", type=" + transactionType);
343
stopSelf(
serviceId
);
374
int
serviceId
= transaction.getServiceId();
377
Log.v(TAG, "update transaction " +
serviceId
);
408
Log.v(TAG, "Transaction complete: " +
serviceId
);
430
Log.v(TAG, "Transaction failed: " +
serviceId
);
[
all
...]
NotificationTransaction.java
79
Context context, int
serviceId
,
81
super(context,
serviceId
, connectionSettings);
104
Context context, int
serviceId
,
106
super(context,
serviceId
, connectionSettings);
Transaction.java
61
public Transaction(Context context, int
serviceId
,
65
mServiceId =
serviceId
;
258
return getClass().getName() + ":
serviceId
=" + mServiceId;
RetrieveTransaction.java
76
public RetrieveTransaction(Context context, int
serviceId
,
79
super(context,
serviceId
, connectionSettings);
SmsReceiverService.java
162
int
serviceId
= msg.arg1;
183
SmsReceiver.finishStartingService(SmsReceiverService.this,
serviceId
);
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/
FactoryFinder.java
253
String
serviceId
= "META-INF/services/" + factoryId;
259
is = SecuritySupport.getResourceAsStream(cl,
serviceId
);
264
is = SecuritySupport.getResourceAsStream(cl,
serviceId
);
270
is = SecuritySupport.getResourceAsStream(cl,
serviceId
);
278
if (debug) debugPrintln("found jar resource=" +
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
...]
/dalvik/libcore/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
+
/dalvik/libcore/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
+
/dalvik/libcore/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
+
/dalvik/libcore/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
+
/dalvik/libcore/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
+
/packages/apps/Email/src/com/android/email/service/
MailService.java
621
int
serviceId
= MailService.this.mStartId;
623
serviceId
= (int) tag;
625
stopSelf(
serviceId
);
Completed in 386 milliseconds