Searched
full:service (Results
1701 -
1725 of
11175) sorted by null
<<61626364656667686970>>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
SinglePaymentEmulatorActivity.java | 33 // Verify HCE service 1 is the default 72 builder.setMessage("PaymentService1 is not the default service according " +
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
ReceiveUriService.java | 19 import android.app.Service; 29 public class ReceiveUriService extends Service {
|
/cts/tests/src/android/app/cts/ |
LocalService.java | 19 import android.app.Service; 26 public class LocalService extends Service {
|
/cts/tests/tests/provider/ |
AndroidManifest.xml | 30 <service android:name="android.provider.cts.contacts.account.MockAccountService" 39 </service>
|
/development/samples/Alarm/ |
AndroidManifest.xml | 47 <service 51 </service>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService.java | 36 * This demonstrates how you can schedule an alarm that causes a service to 47 // Create an IntentSender that will launch our service, to be scheduled
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
SecureWebServerService.java | 21 import android.app.Service; 26 public class SecureWebServerService extends Service {
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 21 import android.app.Service; 45 public class RssService extends Service implements Runnable{ 55 private final int NOTIFY_ID = 1; // Identifies our service icon in the icon tray. 59 // Display an icon to show that the service is running. 63 Notification note = new Notification(this, R.drawable.rss_icon, "RSS Service", 94 // A cheap way to pass a message to tell the service to requery. 111 // When the service is destroyed, get rid of our persistent icon. 248 // Required by Service. We won't implement it here, but need to
|
/development/samples/RandomMusicPlayer/ |
AndroidManifest.xml | 38 <service android:exported="false" android:name=".MusicService"> 51 </service>
|
/development/samples/WeatherListWidget/ |
AndroidManifest.xml | 38 <!-- The service serving the RemoteViews to the collection widget --> 39 <service android:name="WeatherWidgetService"
|
/development/samples/training/threadsample/ |
AndroidManifest.xml | 50 service is only available to this app. 52 <service
|
/device/generic/goldfish/camera/ |
EmulatedQemuCameraDevice.h | 51 * service when it listed camera devices connected to the host. 105 * service, created for this instance in the emulator. */
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/ |
Provider_ImplTest.java | 56 Provider.Service s = new Provider.Service(p, "Type", "Algorithm",
|
/external/chromium/base/ |
path_service.h | 17 // The path service is a global table mapping keys to file system paths. It is 18 // OK to use this service from multiple threads.
|
/external/chromium/chrome/browser/chromeos/cros/ |
libcros_service_library.cc | 44 // Library that provides network proxy service for LibCrosService. 74 // clients send network proxy resolution requests to the service running in 117 // Clear service connections in servicing libraries which held the former 128 // Called on UI thread to start service for LibCrosService. 137 if (service_connection_) // Service has already been started. 140 // interactions with the service. 216 // Check that we have valid proxy service and service_connection. 218 request->error_ = "No proxy service in chrome";
|
/external/chromium/chrome/browser/chromeos/login/ |
enterprise_enrollment_screen.h | 68 virtual void OnIssueAuthTokenSuccess(const std::string& service, 71 const std::string& service,
|
/external/chromium/chrome/browser/extensions/ |
extension_test_api.cc | 59 ExtensionService* service = profile()->GetExtensionService(); local 60 ExtensionsQuotaService* quota = service->quota_service();
|
extension_webnavigation_apitest.cc | 98 ExtensionService* service = browser()->profile()->GetExtensionService(); local 100 service->GetExtensionById(last_loaded_extension_id_, false);
|
/external/chromium/chrome/browser/net/gaia/ |
token_service_unittest.cc | 5 // This file defines a unit test for the profile's token service. 112 EXPECT_FALSE(service_.HasTokenForService("nonexistent service")); 116 EXPECT_FALSE(service_.HasTokenForService("nonexistent service")); 117 EXPECT_EQ(service_.GetTokenForService("nonexistent service"), std::string()); 129 EXPECT_TRUE(details.service() == GaiaConstants::kSyncService); 144 EXPECT_TRUE(details.service() == GaiaConstants::kSyncService); 171 // Check the second service. 257 EXPECT_TRUE(details.service() == GaiaConstants::kSyncService);
|
/external/chromium/chrome/browser/prefs/ |
pref_notifier_impl.cc | 12 PrefNotifierImpl::PrefNotifierImpl(PrefService* service) 13 : pref_service_(service) {
|
/external/chromium/chrome/browser/ui/webui/ |
history2_ui.h | 81 // Our consumer for search requests to the history service. 84 // Our consumer for delete requests to the history service.
|
history_ui.h | 77 // Our consumer for search requests to the history service. 80 // Our consumer for delete requests to the history service.
|
Completed in 643 milliseconds
<<61626364656667686970>>