HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 451 - 475 of 1798) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBar.aidl 20 import android.service.notification.StatusBarNotification;
  /frameworks/base/location/java/android/location/
CountryDetector.java 27 * This class provides access to the system country detector service. This
28 * service allows applications to obtain the country that the user is in.
93 public CountryDetector(ICountryDetector service) {
94 mService = service;
  /frameworks/base/services/common_time/
Android.mk 20 # Uncomment to enable vesbose logging and debug service.
  /frameworks/base/services/java/com/android/server/am/
AppWaitingForDebuggerDialog.java 30 public AppWaitingForDebuggerDialog(ActivityManagerService service,
33 mService = service;
  /frameworks/base/services/java/com/android/server/dreams/
DreamController.java 29 import android.service.dreams.DreamService;
30 import android.service.dreams.IDreamService;
47 // How long we wait for a newly bound dream to create the service connection
121 Slog.e(TAG, "Unable to bind dream service: " + intent);
126 Slog.e(TAG, "Unable to bind dream service: " + intent, ex);
187 private void attach(IDreamService service) {
189 service.asBinder().linkToDeath(mCurrentDream, 0);
190 service.attach(mCurrentDream.mToken);
192 Slog.e(TAG, "The dream service died unexpectedly.", ex);
197 mCurrentDream.mService = service;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowToken.java 31 final WindowManagerService service; field in class:WindowToken
74 service = _service;
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceInfo.java 25 * A class for storing Upnp service information that is advertised
54 * Create UPnP service information object.
64 * @param services a string representation of this service in the following format,
68 * e.g) urn:schemas-upnp-org:service:ContentDirectory:1
69 * @return UPnP service information object.
84 for (String service:services) {
85 info.add(createSupplicantQuery(uuid, service));
93 * Create wpa_supplicant service query for upnp.
97 * @return wpa_supplicant service query for upnp
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UsimServiceTable.java 21 * Wrapper class for the USIM Service Table EF.
29 SDN, // Service Dialing Numbers
44 SPN, // Service Provider Name
128 public boolean isAvailable(UsimService service) {
129 return super.isAvailable(service.ordinal());
  /packages/apps/Email/emailcommon/
Android.mk 37 src/com/android/emailcommon/service/IEmailService.aidl \
38 src/com/android/emailcommon/service/IEmailServiceCallback.aidl \
39 src/com/android/emailcommon/service/IPolicyService.aidl \
40 src/com/android/emailcommon/service/IAccountService.aidl
  /packages/apps/Email/src/com/android/email/service/
PolicyService.java 17 package com.android.email.service;
19 import android.app.Service;
26 import com.android.emailcommon.service.IPolicyService;
30 public class PolicyService extends Service {
82 // When we bind this service, save the context and SecurityPolicy singleton
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiver.java 20 import android.app.Service;
28 * Handle incoming SMSes. Just dispatches the work off to a Service.
68 * Start the service to process the current event notifications, acquiring
69 * the wake lock before returning to ensure that the service will run.
86 * Called back by the service when it has finished processing notifications,
87 * releasing the wake lock if the service is now stopping.
89 public static void finishStartingService(Service service, int startId) {
92 if (service.stopSelfResult(startId)) {
  /packages/apps/Settings/src/com/android/settings/print/
SettingsUtils.java 65 ComponentName service = services.get(i); local
69 builder.append(service.flattenToString());
  /external/chromium/chrome/browser/extensions/
extension_tab_helper.cc 83 ExtensionService* service = tab_contents()->profile()->GetExtensionService();
84 if (!service)
87 for (size_t i = 0; i < service->extensions()->size(); ++i) {
89 service->extensions()->at(i)->browser_action();
100 service->extensions()->at(i)->page_action();
extension_browsertests_misc.cc 208 ExtensionService* service = browser()->profile()->GetExtensionService(); local
210 size_t size_before = service->extensions()->size();
217 ASSERT_EQ(size_before + 1, service->extensions()->size());
218 const Extension* extensionA = service->extensions()->at(size_before);
227 ASSERT_EQ(size_before + 2, service->extensions()->size());
228 const Extension* extensionB = service->extensions()->at(size_before + 1);
236 ASSERT_EQ(size_before + 2, service->extensions()->size());
237 extensionA = service->extensions()->at(size_before + 1);
277 ExtensionService* service = browser()->profile()->GetExtensionService(); local
278 const size_t size_before = service->extensions()->size()
300 ExtensionService* service = browser()->profile()->GetExtensionService(); local
399 ExtensionService* service = browser->profile()->GetExtensionService(); local
721 ExtensionService* service = browser()->profile()->GetExtensionService(); local
769 ExtensionService* service = browser()->profile()->GetExtensionService(); local
813 ExtensionService* service = browser()->profile()->GetExtensionService(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_keybinding_registry.cc 38 ExtensionService* service = local
40 if (!service)
43 const ExtensionSet* extensions = service->extensions();
59 ExtensionService* service = local
62 const Extension* extension = service->extensions()->GetByID(extension_id);
extension_nacl_browsertest.cc 60 ExtensionService* service = extensions::ExtensionSystem::Get( local
66 extension = service->GetExtensionById(kExtensionId, false);
73 extension = service->GetExtensionById(kExtensionId, false);
80 extension = service->GetExtensionById(last_loaded_extension_id_,
88 extension = service->GetExtensionById(last_loaded_extension_id_,
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service.cc 42 // the background after PKS initialization - so this service should always be
118 if (token_details.service() ==
152 CloudPolicyService* service) {
154 DCHECK_EQ(service, manager->core()->service());
155 DCHECK(service->IsInitializationComplete());
156 // The service is now initialized - if the client is not yet registered, then
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 53 GetClient(0)->service()->GetRegisteredDataTypes();
54 syncer::UserShare* user_share = GetClient(0)->service()->GetUserShare();
99 GetClient(0)->service()->GetRegisteredDataTypes();
101 syncer::UserShare* user_share = GetClient(0)->service()->GetUserShare();
136 GetClient(0)->service()->GetUserShare();
  /external/junit/src/org/junit/internal/runners/
MethodRoadie.java 59 ExecutorService service= Executors.newSingleThreadExecutor();
66 Future<Object> result= service.submit(callable);
67 service.shutdown();
69 boolean terminated= service.awaitTermination(timeout,
72 service.shutdownNow();
  /external/mockito/src/org/mockito/internal/configuration/
ClassPathLoader.java 120 return plugin; // return the first one service loader finds (if any)
139 static <T> List<T> loadImplementations(Class<T> service) {
146 resources = loader.getResources("mockito-extensions/" + service.getName());
148 throw new MockitoException("Failed to load " + service, e);
159 result.add(service.cast(loader.loadClass(name).newInstance()));
164 "Failed to load " + service + " using " + resource, e);
  /libcore/luni/src/main/java/java/security/
SecureRandom.java 69 // The service name.
70 private static final String SERVICE = "SecureRandom";
73 private static final Engine ENGINE = new Engine(SERVICE);
89 Provider.Service service = Services.getSecureRandomService(); local
90 if (service == null) {
96 this.provider = service.getProvider();
97 this.secureRandomSpi = (SecureRandomSpi)service.newInstance(null);
98 this.algorithm = service.getAlgorithm();
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentDefaultDialog.java 90 // Check if passed in service exists
95 for (PaymentAppInfo service : services) {
96 if (component.equals(service.componentName)) {
97 requestedPaymentApp = service;
99 if (service.isDefault) {
100 defaultPaymentApp = service;
105 Log.e(TAG, "Component " + component + " is not a registered payment service.");
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MainActivity.java 32 import com.android.tools.sdkcontroller.service.ControllerService;
33 import com.android.tools.sdkcontroller.service.ControllerService.ControllerBinder;
34 import com.android.tools.sdkcontroller.service.ControllerService.ControllerListener;
38 * It allows the user to start/stop the service and see it's current state and errors.
69 // BaseBindingActivity.onResume will bind to the service.
76 // BaseBindingActivity.onResume will unbind from (but not stop) the service.
83 // If back is pressed, we stop the service automatically.
158 * Unbind and then actually stops the service.
161 Intent service = new Intent(this, ControllerService.class); local
163 if (DEBUG) Log.d(TAG, "stop service requested")
    [all...]
  /external/chromium/chrome/browser/
background_application_list_model.cc 71 void GetServiceApplications(ExtensionService* service,
73 const ExtensionList* extensions = service->extensions();
156 ExtensionService* service = profile->GetExtensionService(); local
157 if (service && service->is_ready())
250 ExtensionService* service = profile_->GetExtensionService(); local
251 if (!service || !service->is_ready())
291 // Update queries the extensions service of the profile with which the model was
296 ExtensionService* service = profile_->GetExtensionService() local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.cc 51 sync_file_system::SyncFileSystemService* service = local
53 DCHECK(service);
57 observer->InitializeForService(service);
58 return service;
365 sync_file_system::SyncFileSystemService* service = GetSyncFileSystemService( local
367 DCHECK(service);
368 SyncStatusCode status = service->SetConflictResolutionPolicy(policy);
377 sync_file_system::SyncFileSystemService* service = GetSyncFileSystemService( local
379 DCHECK(service);
382 service->GetConflictResolutionPolicy())
    [all...]

Completed in 1740 milliseconds

<<11121314151617181920>>