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
317
private void launchTransaction(int
serviceId
, TransactionBundle txnBundle, boolean noNetwork) {
320
onNetworkUnavailable(
serviceId
, txnBundle.getTransactionType());
324
msg.arg1 =
serviceId
;
333
private void onNetworkUnavailable(int
serviceId
, int transactionType) {
335
Log.v(TAG, "onNetworkUnavailable: sid=" +
serviceId
+ ", type=" + transactionType);
347
stopSelf(
serviceId
);
376
int
serviceId
= transaction.getServiceId();
379
Log.v(TAG, "update transaction " +
serviceId
);
410
Log.v(TAG, "Transaction complete: " +
serviceId
);
432
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
62
public Transaction(Context context, int
serviceId
,
66
mServiceId =
serviceId
;
268
return getClass().getName() + ":
serviceId
=" + mServiceId;
RetrieveTransaction.java
75
public RetrieveTransaction(Context context, int
serviceId
,
78
super(context,
serviceId
, connectionSettings);
SmsReceiverService.java
188
int
serviceId
= msg.arg1;
191
Log.v(TAG, "handleMessage
serviceId
: " +
serviceId
+ " intent: " + intent);
216
SmsReceiver.finishStartingService(SmsReceiverService.this,
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/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
+
/packages/apps/Email/src/com/android/email/service/
MailService.java
649
int
serviceId
= mStartId;
651
serviceId
= (int) tag;
653
stopSelf(
serviceId
);
Completed in 1439 milliseconds