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

<<61626364656667686970>>

  /frameworks/base/packages/PrintSpooler/
AndroidManifest.xml 33 print service if the developer wants only trusted system code to
51 <service
55 </service>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java 19 import android.app.Service;
29 public class SystemUIService extends Service {
89 pw.println("dumping service: " + ui.getClass().getName());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SystemBars.java 30 * Ensure a single status bar service implementation is running at all times.
32 * <p>The implementation either comes from a service component running in a remote process (defined
52 mServiceMonitor.start(); // will call onNoService if no remote service is found
  /frameworks/base/packages/WAPPushManager/tests/
AndroidManifest.xml 45 <service android:enabled="true" android:name=".ReceiverService"
51 <service android:name=".DataVerify"
56 </service>
  /frameworks/base/services/java/com/android/server/am/
ConnectionRecord.java 26 * Description of a single binding to a service.
29 final AppBindRecord binding; // The application/service binding.
104 sb.append(binding.service.shortName);
  /frameworks/ex/common/java/com/android/common/
GoogleLogTags.logtags 55 # Google Talk Service
87 # Google Login Service and Setup Wizard
100 205010 gls_authenticate (status|1),(service|3)
  /hardware/libhardware/include/hardware/
qemud.h 85 /* send service name to connect */
87 D("can't send service name to qemud: %s",
96 D("cant' connect to %s service through qemud", name);
  /libcore/luni/src/test/java/libcore/java/security/
KeyPairGeneratorTest.java 30 import java.security.Provider.Service;
59 Set<Provider.Service> services = provider.getServices();
60 for (Provider.Service service : services) {
61 String type = service.getType();
65 String algorithm = service.getAlgorithm();
235 Set<Provider.Service> services = p.getServices();
236 for (Provider.Service service : services) {
237 if (!"KeyFactory".equals(service.getType()))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsActivity.java 69 Object service = super.getSystemService(name); local
70 if (service != null) {
71 return service;
ContactsApplication.java 90 Object service = sInjectedServices.getSystemService(name); local
91 if (service != null) {
92 return service;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
UploaderService.java 28 * Service to invoke the uploader.
39 super("Research Uploader Service");
74 * @param needsRescheduling whether to schedule a future intent to be delivered to this service
  /packages/providers/MediaProvider/
AndroidManifest.xml 67 <service android:name="MediaScannerService" android:exported="true">
71 </service>
82 <service android:name="MtpService" />
  /system/core/init/
parser.c 13 struct service *svc;
22 svc = node_to_item(node, struct service, slist);
23 RAW("service %s\n", svc->name);
property_service.c 82 { "service.", AID_SYSTEM, 0 },
90 { "service.adb.root", AID_SHELL, 0 },
91 { "service.adb.tcp.port", AID_SHELL, 0 },
93 { "persist.service.", AID_SYSTEM, 0 },
95 { "persist.service.bdroid.", AID_BLUETOOTH, 0 },
105 const char *service; member in struct:__anon63600
180 * Create a name prefix out of ctl.<service name>
182 * property service backend labeling while avoiding
207 for (i = 0; control_perms[i].service; i++) {
208 if (strcmp(control_perms[i].service, name) == 0)
    [all...]
  /system/security/keystore-engine/
dsa_meth.cpp 61 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); local
63 if (service == NULL) {
72 int32_t ret = service->sign(String16(reinterpret_cast<const char*>(key_id)), dgst,
ecdsa_meth.cpp 67 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); local
69 if (service == NULL) {
78 int32_t ret = service->sign(String16(reinterpret_cast<const char*>(key_id)), dgst,
  /external/qemu/android/camera/
camera-service.c 18 * Contains emulated camera service implementation.
29 #include "android/camera/camera-service.h"
45 /* Defines name of the camera service. */
62 /* One and only one camera service. */
71 * query - Query string. Query string in the camera service are formatted as such:
269 /* Initialized webcam emulation record in camera service descriptor.
271 * csd - Camera service descriptor to initialize a record in.
293 /* Save to the camera info array that will be used by the service. */
310 /* Initializes camera service descriptor.
350 * cs - Initialized camera service descriptor
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 23 import android.app.Service;
40 * This is an example of implementing an application service that can
47 public class ForegroundService extends Service {
135 "OS doesn't have Service.startForeground OR Service.setForeground!");
158 // We want this service to continue running until it is explicitly
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 99 UINT32 service; member in struct:__anon3259
193 tBTA_SERVICE_ID sec_id; /* service id */
222 tBTA_SERVICE_ID sec_id; /* service id */
440 UINT8 *p_sel_raw_data;/* the raw data of last service select */
441 INT32 sel_len; /* the SDP record size of last service select */
446 UINT8 sec_id[BTA_JV_NUM_SERVICE_ID]; /* service ID */
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc 113 const std::string& service,
115 if (service != GaiaConstants::kDeviceManagementService) {
116 NOTREACHED() << service;
140 const std::string& service,
142 if (service != GaiaConstants::kDeviceManagementService) {
143 NOTREACHED() << service;
  /external/chromium/chrome/browser/notifications/
notification_options_menu_model.cc 164 DesktopNotificationService* service = local
179 if (service->GetContentSetting(origin) == CONTENT_SETTING_ALLOW) {
214 DesktopNotificationService* service = local
221 if (service->GetContentSetting(origin) == CONTENT_SETTING_ALLOW)
222 service->DenyPermission(origin);
224 service->GrantPermission(origin);
  /external/chromium/chrome/browser/sync/
profile_sync_service_startup_unittest.cc 53 // so we must delete the service and run the message loop.
117 // Create some tokens in the token service; the service will startup when
149 // Service should not be started by Initialize() since it's managed.
164 // The service should stop when switching to managed mode.
172 // When switching back to unmanaged, the state should change, but the service
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_action_context_menu.mm 73 PrefService* service)
74 : menu_(menu), pref_service_(service) {
217 PrefService* service = profile_->GetPrefs();
219 new extension_action_context_menu::DevmodeObserver(self, service));
231 PrefService* service = profile_->GetPrefs();
232 bool devmode = service->GetBoolean(prefs::kExtensionsUIDeveloperMode);
  /external/chromium/chrome/browser/ui/search_engines/
keyword_editor_controller_unittest.cc 69 TestingPrefService* service = profile_->GetTestingPrefService(); local
70 service->SetManagedPref(
73 service->SetManagedPref(
76 service->SetManagedPref(
80 service->SetManagedPref(
82 service->SetManagedPref(
  /external/chromium/chrome/browser/ui/views/
browser_actions_container_browsertest.cc 231 ExtensionService* service = browser()->profile()->GetExtensionService(); local
232 service->SetBrowserActionVisibility(service->GetExtensionById(idA, false),
245 ExtensionService* service = browser()->profile()->GetExtensionService(); local
246 const size_t size_before = service->extensions()->size();
255 const Extension* extension = service->extensions()->at(size_before);

Completed in 770 milliseconds

<<61626364656667686970>>