/hardware/libhardware_legacy/audio/ |
AudioPolicyCompatClient.h | 35 void *service) : 36 mServiceOps(serviceOps) , mService(service) {}
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcSpid.h | 2 * @addtogroup MC_SPID mcSpid - service provider ID. 36 /** Service provider Identifier type. */
|
/hardware/ti/wpan/tools/FM/service/ |
AndroidManifest.xml | 32 <service android:name=".FmService" 38 </service>
|
/libcore/luni/src/main/java/java/text/spi/ |
CollatorProvider.java | 25 * This abstract class should be extended by service providers which provide 27 * <p>Note that Android does not support user-supplied locale service providers.
|
DateFormatSymbolsProvider.java | 25 * This abstract class should be extended by service providers that provide 27 * <p>Note that Android does not support user-supplied locale service providers.
|
DecimalFormatSymbolsProvider.java | 25 * This abstract class should be extended by service providers that provide 27 * <p>Note that Android does not support user-supplied locale service providers.
|
/libcore/luni/src/main/java/java/util/spi/ |
CurrencyNameProvider.java | 23 * This abstract class should be extended by service providers that provide
25 * <p>Note that Android does not support user-supplied locale service providers.
|
TimeZoneNameProvider.java | 23 * This abstract class should be extended by service providers that provide
25 * <p>Note that Android does not support user-supplied locale service providers.
|
/packages/apps/ContactsCommon/tests/ |
AndroidManifest.xml | 24 <service android:name="com.android.contacts.common.tests.testauth.TestSyncService$Basic" android:exported="true"> 34 </service>
|
/packages/apps/Nfc/src/com/android/nfc/ |
NfcApplication.java | 43 // We start a service in a separate process to do 46 // to determine whether we're the main NFC service, or the
|
/packages/apps/Settings/res/layout/ |
running_service_details_service.xml | 31 <!-- Icon and label of the service. --> 34 android:id="@+id/service"/>
|
/packages/apps/Settings/src/com/android/settings/print/ |
SettingsUtils.java | 65 ComponentName service = services.get(i); local 69 builder.append(service.flattenToString());
|
/packages/inputmethods/LatinIME/java/res/values/ |
strings-appname.xml | 26 <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated. 34 <!-- Title for the spell checking service settings screen. AOSP(Android Open Source Project) should not be translated.
|
/packages/providers/ContactsProvider/tests/ |
AndroidManifest.xml | 28 <service android:name=".MockSyncAdapter" android:exported="true"> 31 </service>
|
/packages/services/Telephony/src/com/android/phone/ |
EmergencyCallbackModeExitDialog.java | 88 // timeout value from the service 124 * Waits until bind to the service completes 130 // Bind to the remote service 147 // Get timeout value and call state from the service 153 // Unbind from remote service 315 * Class for interacting with the interface of the service 318 public void onServiceConnected(ComponentName className, IBinder service) { 319 mService = ((EmergencyCallbackModeService.LocalBinder)service).getService();
|
/system/core/include/system/ |
thread_defs.h | 55 /* ui service treads might want to run at a urgent display (uncommon) */ 61 /* service audio threads (uncommon) */
|
/developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/ |
SampleAlarmReceiver.java | 29 * service, use setComponent() to indicate that the service should handle the 39 * In this example, we simply create a new intent to deliver to the service. 42 Intent service = new Intent(context, SampleSchedulingService.class); local 44 // Start the service, keeping the device awake while it is launching. 45 startWakefulService(context, service);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
NotifyingService.java | 26 import android.app.Service; 35 * This is an example of service that will update its status bar balloon 39 public class NotifyingService extends Service { 51 // Start up the thread running the service. Note that we create a 52 // separate thread because the service normally runs in the process's 83 // Done with our work... stop the service!
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_db.c | 44 static void gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri); 52 ** Description This function initialize a memory space to be a service database. 60 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri, 72 /* update service database information */ 76 gatts_db_add_service_declaration(p_db, service, is_pri); 85 ** Description This function initialize a memory space to be a service database. 97 GATT_TRACE_ERROR0("service DB empty"); 404 ** Description This function adds an included service into a database. 407 ** inc_srvc_type: included service type. 413 tBT_UUID service) [all...] |
/external/chromium/chrome/browser/extensions/ |
page_action_apitest.cc | 43 ExtensionService* service = browser()->profile()->GetExtensionService(); local 44 service->browser_event_router()->PageActionExecuted( 81 ExtensionService* service = browser()->profile()->GetExtensionService(); local 82 service->browser_event_router()->PageActionExecuted( 157 ExtensionService* service = browser()->profile()->GetExtensionService(); local 158 service->browser_event_router()->PageActionExecuted(
|
pending_extension_manager.h | 23 // The extensions service creates an instance of this class, and manages 32 // |service| is a reference to the ExtensionService whose pending 33 // extensions we are managing. The service creates an instance of 35 // The service remains valid over the entire lifetime of this class. 36 explicit PendingExtensionManager(const ExtensionServiceInterface& service); 108 // Reference to the extension service whose pending extensions this class is
|
/external/chromium/chrome/browser/policy/ |
device_token_fetcher.cc | 31 DeviceManagementService* service, 35 Initialize(service, 44 DeviceManagementService* service, 51 Initialize(service, 157 void DeviceTokenFetcher::Initialize(DeviceManagementService* service, 163 service_ = service;
|
device_token_fetcher.h | 39 // |service| is used to talk to the device management service and |cache| is 41 DeviceTokenFetcher(DeviceManagementService* service, 45 DeviceTokenFetcher(DeviceManagementService* service, 104 void Initialize(DeviceManagementService* service, 124 // Service and backend. A new backend is created whenever the fetcher gets
|
/external/chromium/chrome/common/net/gaia/ |
google_service_auth_error.h | 6 // error from an attempt to authenticate with a Google service. 7 // It could be from Google Accounts itself, or any service using Google 46 // The GAIA user is not authorized to use the service. 51 // the service needing GAIA tokens during authentication. 66 // The service is not available; try again later. 76 // The user has provided a HOSTED account, when this service requires
|
/external/chromium_org/chrome/browser/download/ |
download_crx_util.cc | 77 ExtensionService* service = extensions::ExtensionSystem::Get(profile)-> local 79 CHECK(service); 83 service, 131 ExtensionService* service = extensions::ExtensionSystem::Get( local 133 if (!service) 136 extensions::ExtensionPrefs* prefs = service->extension_prefs();
|