Searched defs:serviceName (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/location/
H A DGeocoderProxy.java47 public GeocoderProxy(Context context, String serviceName) { argument
49 mIntent = new Intent(serviceName);
H A DLocationProviderProxy.java62 public LocationProviderProxy(Context context, String name, String serviceName, argument
66 mIntent = new Intent(serviceName);
/frameworks/base/tools/aapt/
H A DCommand.cpp619 String8 serviceName; local
964 serviceName = getAttribute(tree, NAME_ATTR, &error);
/frameworks/base/core/java/android/server/
H A DBluetoothService.java1809 public synchronized int addRfcommServiceRecord(String serviceName, ParcelUuid uuid, argument
1814 if (serviceName == null || uuid == null || channel < 1 ||
1822 int handle = addRfcommServiceRecordNative(serviceName,

Completed in 78 milliseconds