OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getServices
(Results
1 - 25
of
36
) sorted by null
1
2
/frameworks/base/core/java/android/nfc/cardemulation/
CardEmulation.java
321
public List<ApduServiceInfo>
getServices
(String category) {
323
return sService.
getServices
(UserHandle.myUserId(), category);
332
return sService.
getServices
(UserHandle.myUserId(), category);
/frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java
631
public List<BluetoothGattService>
getServices
() {
BluetoothGatt.java
750
* retrieved using the {@link #
getServices
} function.
783
public List<BluetoothGattService>
getServices
() {
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java
156
public List<ApduServiceInfo>
getServices
(int userId) {
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java
593
public synchronized Set
getServices
() {
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java
594
public synchronized Set<Provider.Service>
getServices
() {
/libcore/luni/src/main/java/java/security/
Provider.java
84
// For
getServices
() optimization:
380
for (Iterator<Service> it =
getServices
().iterator(); it.hasNext();) {
453
public synchronized Set<Provider.Service>
getServices
() {
[
all
...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java
97
public List<ServiceDescriptor>
getServices
() {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java
87
public List<ServiceDescriptor>
getServices
() {
[
all
...]
/external/smack/src/org/xbill/DNS/
WKSRecord.java
702
getServices
() {
/external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java
421
this.start(this.
getServices
().values());
[
all
...]
/frameworks/base/core/java/android/app/
ActivityManagerNative.java
541
List<ActivityManager.RunningServiceInfo> list =
getServices
(maxNum, fl);
[
all
...]
IActivityManager.java
113
public List<RunningServiceInfo>
getServices
(int maxNum, int flags) throws RemoteException;
[
all
...]
/frameworks/base/services/java/com/android/server/am/
ActiveServices.java
272
ArrayMap<ComponentName, ServiceRecord>
getServices
(int callingUser) {
[
all
...]
ActivityManagerService.java
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar
org.eclipse.osgi.services_3.2.100.v20100503.jar
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/devtools/tools/lib/
osgi-4.0.0.jar
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar
/prebuilts/tools/common/osgi/
osgi.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/sdk/18/
android.jar
Completed in 1980 milliseconds
1
2