HomeSort by relevance Sort by last modified time
    Searched full:service (Results 1326 - 1350 of 11175) sorted by null

<<51525354555657585960>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fddi.h 68 __u8 dsap; /* destination service access point */
69 __u8 ssap; /* source service access point */
76 __u8 dsap; /* destination service access point */
77 __u8 ssap; /* source service access point */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fddi.h 68 __u8 dsap; /* destination service access point */
69 __u8 ssap; /* source service access point */
76 __u8 dsap; /* destination service access point */
77 __u8 ssap; /* source service access point */
  /sdk/testapps/
proguard.config 10 -keep public class * extends android.app.Service
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 23 import android.app.Service;
41 * This is an example of implementing an application service that runs locally
43 * class shows how to interact with the service.
46 * happen in the service. This is generally how background services should
54 public class ServiceStartArguments extends Service {
74 if ((msg.arg2&Service.START_FLAG_REDELIVERY) == 0) {
113 // Start up the thread running the service. Note that we create a
114 // separate thread because the service normally runs in the process's
174 * Show a notification while this service is running.
189 // We show this for as long as our service is processing a command
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 19 import android.app.Service;
40 * This Service encapsulates Bluetooth Health API to establish, manage, and disconnect
58 public class BluetoothHDPService extends Service {
79 // Register client with this service.
81 // Unregister client from this service.
105 // Register UI client to this service so the client can receive messages.
110 // Unregister UI client from this service.
141 * Make sure Bluetooth and health profile are available on the Android device. Stop service
149 // Bluetooth adapter isn't available. The client of the service is supposed to
150 // verify that it is available and activate before invoking this service
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos.cc 134 if (service()->IsInitializationComplete()) {
135 OnInitializationCompleted(service());
137 service()->AddObserver(this);
152 if (service() && service()->IsInitializationComplete() &&
172 if (service())
173 service()->RemoveObserver(this);
190 DCHECK_EQ(service(), cloud_policy_service);
206 // service will eventually call OnAccessTokenAvailable() once an access token
247 service()->RefreshPolicy
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/management/
management_apitest.cc 141 ExtensionService* service = extensions::ExtensionSystem::Get( local
143 EXPECT_TRUE(service->GetExtensionById(extension_ids_["enabled_extension"],
153 EXPECT_FALSE(service->GetExtensionById(extension_ids_["enabled_extension"],
167 ExtensionService* service = extensions::ExtensionSystem::Get( local
169 EXPECT_TRUE(service->GetExtensionById(extension_ids_["enabled_extension"],
185 ExtensionService* service = extensions::ExtensionSystem::Get( local
219 ASSERT_FALSE(service->GetExtensionById(app_id, true));
223 extensions::SetLaunchType(service->extension_prefs(),
250 ExtensionService* service = extensions::ExtensionSystem::Get( local
280 ASSERT_FALSE(service->GetExtensionById(app_id, true))
    [all...]
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 28 #include "cloud_print/service/service_constants.h"
29 #include "cloud_print/service/service_state.h"
30 #include "cloud_print/service/service_switches.h"
31 #include "cloud_print/service/win/chrome_launcher.h"
32 #include "cloud_print/service/win/service_controller.h"
33 #include "cloud_print/service/win/service_listener.h"
34 #include "cloud_print/service/win/service_utils.h"
35 #include "cloud_print/service/win/setup_listener.h"
150 // the appropriate security settings for service.
187 LogEvent(_T("Service started/resumed"))
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 38 * Service via IPC. Use {@link BluetoothAdapter#getProfileProxy} to get
128 * Bluetooth Service which handles the Pan profile
150 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent);
195 if (VDBG) Log.d(TAG,"Unbinding service...");
237 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
278 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
295 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
312 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
330 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
354 public void onServiceConnected(ComponentName className, IBinder service) {
    [all...]
  /frameworks/base/services/java/com/android/server/
ServiceWatcher.java 45 * Find the best Service, and bind to it.
60 * If mServicePackageName is not null, only this package will be searched for the service that
71 private IBinder mBinder; // connected service
75 * Whether the currently-connected service is multiuser-aware. This can change at run-time
76 * when switching from one version of a service to another.
110 // Whether to enable service overlay.
120 // The default package name that is searched for service implementation when overlay is
148 // listen for relevant package changes if service overlay is enabled.
182 Log.w(mTag, packageName + " resolves service " + mAction
317 // service enabled or disabled, make sure to rebin
    [all...]
  /packages/apps/DeskClock/
AndroidManifest.xml 96 <service android:name=".alarms.AlarmService"
98 </service>
158 <service android:name="com.android.alarmclock.DigitalAppWidgetService"
166 <service android:name="Screensaver"
170 <action android:name="android.service.dreams.DreamService" />
174 android:name="android.service.dream"
176 </service>
202 <service android:name="TimerRingService"
208 </service>
229 <service android:name="com.android.deskclock.stopwatch.StopwatchService
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_object.x 99 * a set of library routines that will access the indicated name service.
103 NIS = 1, /* Nis Plus Service */
104 SUNYP = 2, /* Old NIS Service */
105 IVY = 3, /* Nis Plus Plus Service */
106 DNS = 4, /* Domain Name Service */
107 X500 = 5, /* ISO/CCCIT X.500 Service */
108 DNANS = 6, /* Digital DECNet Name Service */
109 XCHS = 7, /* Xerox ClearingHouse Service */
114 * DIRECTORY - The name service object. These objects identify other name
117 * is has the needed routines to access that type of service
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 99 * a set of library routines that will access the indicated name service.
103 NIS = 1, /* Nis Plus Service */
104 SUNYP = 2, /* Old NIS Service */
105 IVY = 3, /* Nis Plus Plus Service */
106 DNS = 4, /* Domain Name Service */
107 X500 = 5, /* ISO/CCCIT X.500 Service */
108 DNANS = 6, /* Digital DECNet Name Service */
109 XCHS = 7, /* Xerox ClearingHouse Service */
114 * DIRECTORY - The name service object. These objects identify other name
117 * is has the needed routines to access that type of service
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 99 * a set of library routines that will access the indicated name service.
103 NIS = 1, /* Nis Plus Service */
104 SUNYP = 2, /* Old NIS Service */
105 IVY = 3, /* Nis Plus Plus Service */
106 DNS = 4, /* Domain Name Service */
107 X500 = 5, /* ISO/CCCIT X.500 Service */
108 DNANS = 6, /* Digital DECNet Name Service */
109 XCHS = 7, /* Xerox ClearingHouse Service */
114 * DIRECTORY - The name service object. These objects identify other name
117 * is has the needed routines to access that type of service
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqDnsTxtTestCase.java 28 * Service discovery requester test case to search Bonjour TXT record.
51 * DNS PTR: No service.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsService.java 27 * This is the service that provides the factory to be bound to the collection
28 * service.
  /cts/tests/src/android/content/cts/
MockContextWrapperService.java 19 import android.app.Service;
32 public class MockContextWrapperService extends Service {
  /cts/tests/src/android/security/cts/activity/
SecureRandomService.java 24 import android.app.Service;
29 public class SecureRandomService extends Service {
  /cts/tests/tests/accounts/
AndroidManifest.xml 31 <service android:name="MockAccountService" android:exported="true"
39 </service>
  /cts/tests/tests/os/
AndroidManifest.xml 26 <service
30 <service
  /cts/tests/tests/uidisolation/
AndroidManifest.xml 24 <service android:name="android.uidisolation.cts.PermissionTestService"
26 <service android:name="android.uidisolation.cts.IsolatedPermissionTestService"
  /developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
  /development/samples/WiktionarySimple/
AndroidManifest.xml 36 <!-- Service to perform web API queries -->
37 <service android:name=".WordWidget$UpdateService" />
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
SampleGattAttributes.java 31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");

Completed in 1057 milliseconds

<<51525354555657585960>>