Searched
full:service (Results
1851 -
1875 of
11175) sorted by null
<<71727374757677787980>>
/development/samples/ApiDemos/res/values/ |
strings.xml | 244 <string name="local_service_started">Local service has started</string> 245 <string name="local_service_stopped">Local service has stopped</string> 246 <string name="local_service_label">Sample Local Service</string> 248 <string name="activity_local_service_controller">App/Service/Local Service Controller</string> 251 <string name="start_service">Start Service</string> 252 <string name="stop_service">Stop Service</string> 254 <string name="activity_local_service_binding">App/Service/Local Service Binding</string> 256 service. Notice how it automatically starts for you, and play around with th [all...] |
/external/chromium_org/v8/src/ |
i18n.js | 49 * Caches available locales for each service. 100 * Matches valid service name. 289 * Returns an intersection of locales and service supported locales. 292 function supportedLocalesOf(service, locales, options) { 293 if (IS_NULL(service.match(GetServiceRE()))) { 294 throw new $Error('Internal error, wrong service type: ' + service); 316 // Cache these, they don't ever change per service. 317 if (AVAILABLE_LOCALES[service] === undefined) { 318 AVAILABLE_LOCALES[service] = getAvailableLocalesOf(service) [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningState.java | 85 // Processes that are hosting a service we are interested in, organized 87 // service restarts, and during a restart there will still be a process 92 // Processes that are hosting a service we are interested in, organized 102 // there is no service running in them. 431 // service info. 453 boolean updateService(Context context, ActivityManager.RunningServiceInfo service) { 457 ServiceItem si = mServices.get(service.service); 461 si.mRunningService = service; 464 service.service, PackageManager.GET_UNINSTALLED_PACKAGES [all...] |
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_api.c | 49 ** Description Enable the Java I/F service. When the enable 358 ** Description This function sets the service class of local Class of Device 364 tBTA_JV_STATUS BTA_JvSetServiceClass(UINT32 service) 373 p_msg->service = service; 586 ** Description This function reserves a PSM (Protocol Service Multiplexer) 609 ** Description This function performs service discovery for the services 644 ** Description This function cancels an active service discovery. 675 ** of each service found in the SDP database (result of last 705 ** Description This function returns a number of service records foun [all...] |
/bootable/recovery/minadbd/ |
README.txt | 24 - sideload_service() added; this is the only service supported. It
|
/build/target/product/ |
embedded.mk | 65 service \
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
ServiceRequesterTestActivity.java | 24 * Test activity that sends service discovery request.
|
ServiceRequesterTestListActivity.java | 28 * Activity that lists all the service discovery requester tests.
|
ServiceResponderTestActivity.java | 26 * Test activity that responds service discovery request.
|
/cts/tests/accessibility/res/xml/ |
speaking_accessibilityservice.xml | 16 <accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
/cts/tests/tests/dreams/ |
AndroidManifest.xml | 27 android:label="CTS tests for the android.service.dreams package"/>
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
PermissionTestService.java | 19 import android.app.Service; 39 public class PermissionTestService extends Service { 64 IncomingHandler(PermissionTestService service) { 65 mService = service;
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/res/values/ |
strings.xml | 29 <string name="unknown_service">Unknown service</string>
|
/developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/ |
LoyaltyCardReader.java | 35 // AID for our loyalty card service. 75 // Build SELECT AID command for our loyalty card service. 76 // This command tells the remote device which service we wish to communicate with. 102 * Build APDU for SELECT AID command. This command indicates which service a reader is
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/res/values/ |
strings.xml | 29 <string name="unknown_service">Unknown service</string>
|
/developers/samples/android/connectivity/nfc/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/ |
LoyaltyCardReader.java | 35 // AID for our loyalty card service. 75 // Build SELECT AID command for our loyalty card service. 76 // This command tells the remote device which service we wish to communicate with. 102 * Build APDU for SELECT AID command. This command indicates which service a reader is
|
/development/samples/ApiDemos/res/xml/ |
taskbackconfig.xml | 18 <accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IRemoteServiceCallback.aidl | 26 * Called when the service has a new value for you.
|
/development/samples/BluetoothHDP/ |
AndroidManifest.xml | 33 <service android:name=".BluetoothHDPService" />
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/notifier/ |
NotifierService.java | 23 * Service to handle view notifications. This allows the sample sync adapter to update the
|
/development/samples/TtsEngine/ |
_index.html | 4 <p>The application includes a service and two activities:</p>
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
WordWidget.java | 23 import android.app.Service; 41 * an update we spawn a background {@link Service} to perform the API queries. 46 // To prevent any ANR timeouts, we perform the update in a service 50 public static class UpdateService extends Service {
|
/development/samples/browseable/BluetoothLeGatt/res/values/ |
strings.xml | 29 <string name="unknown_service">Unknown service</string>
|
/development/samples/training/basic/ActivityLifecycle/ |
proguard.cfg | 10 -keep public class * extends android.app.Service
|
/development/samples/training/multiscreen/newsreader/ |
proguard.cfg | 10 -keep public class * extends android.app.Service
|
Completed in 1016 milliseconds
<<71727374757677787980>>