OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serviceId
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Service.java
38
public Service(Context context, Transport transport, int
serviceId
) {
41
mServiceId =
serviceId
;
/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
);
/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
+
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 1346 milliseconds