/cts/tests/accessibility/src/android/view/accessibility/services/ |
SpeakingAccessibilityService.java | 23 * Stub accessibility service that reports itself as providing spoken feedback.
|
VibratingAccessibilityService.java | 23 * Stub accessibility service that reports itself as providing haptic feedback.
|
/cts/tests/tests/os/src/android/os/cts/ |
RemoteCallbackListTest.java | 46 public void onServiceConnected(ComponentName className, IBinder service) { 47 mSecondaryService = ISecondary.Stub.asInterface(service); 108 // Test beginBroadcast, register, unregister. There is only one service binded. 152 // should return 0) and not allow registering the service again.
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/accounts/ |
GenericAccountService.java | 23 import android.app.Service; 30 public class GenericAccountService extends Service { 61 Log.i(TAG, "Service created"); 67 Log.i(TAG, "Service destroyed");
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/res/values/ |
strings.xml | 19 <string name="account_name">FeedSync Service</string>
|
/developers/samples/android/common/src/java/com/example/android/common/accounts/ |
GenericAccountService.java | 23 import android.app.Service; 30 public class GenericAccountService extends Service { 61 Log.i(TAG, "Service created"); 67 Log.i(TAG, "Service destroyed");
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/res/values/ |
strings.xml | 19 <string name="account_name">FeedSync Service</string>
|
/development/apps/BuildWidget/ |
AndroidManifest.xml | 15 <service android:name=".BuildWidget$UpdateService" />
|
/development/samples/RandomMusicPlayer/ |
_index.html | 2 that manages media playback from a service. It allows the user to play music
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
SampleMediaRouteProviderService.java | 23 * Demonstrates how to register a custom media route provider service
|
/development/samples/VoiceRecognitionService/res/xml/ |
recognizer.xml | 23 <recognition-service xmlns:android="http://schemas.android.com/apk/res/android"
|
/development/samples/browseable/BasicSyncAdapter/res/values/ |
strings.xml | 19 <string name="account_name">FeedSync Service</string>
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/ |
GenericAccountService.java | 23 import android.app.Service; 30 public class GenericAccountService extends Service { 61 Log.i(TAG, "Service created"); 67 Log.i(TAG, "Service destroyed");
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/ |
EngineTest.java | 50 Engine engine = new Engine("Service"); 69 Engine engine = new Engine("Service"); 82 Engine engine = new Engine("Service"); 100 Engine engine = new Engine("Service");
|
/external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/ |
Service.java | 23 public interface Service {
|
/external/bluetooth/bluedroid/bta/include/ |
bta_pan_api.h | 42 #define BTA_PAN_ENABLE_EVT 0 /* PAN service is enabled. */ 62 char *p_srv_name; /* service name for the PAN role */ 131 ** Description Enable PAN service. This function must be 145 ** Description Disable PAN service.
|
utl.h | 36 #define BTA_UTL_SET_COD_ALL 0x08 /* take service class as the input (may clear some set bits!!) */ 48 UINT16 service; member in struct:__anon3255 131 ** BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class 132 ** BTA_UTL_INIT_COD - overwrite major, minor, and service class
|
/external/chromium/chrome/browser/ |
background_contents_service_factory.h | 33 // Use a separate background contents service for incognito.
|
/external/chromium/chrome/browser/chromeos/ |
network_login_observer.h | 38 // Wifi networks by service path mapped to if it failed previously.
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_pref_provider.h | 9 // A content settings provider that takes its settings out of the pref service. 70 // Reads the default settings from the preferences service. If |overwrite| is 92 // notifications from the preferences service that we triggered ourself. 163 // notifications from the preferences service that we triggered ourself.
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_service.h | 24 // Handles Chrome remote debugger protocol service commands.
|
/external/chromium/chrome/browser/extensions/ |
extension_history_api.h | 18 // Observes History service and routes the notifications as events to the 49 // Used for tracking registrations to history service notifications. 131 // Callback for the history service to acknowledge deletion. 147 // Callback for the history service to acknowledge deletion.
|
extension_toolbar_model.h | 20 explicit ExtensionToolbarModel(ExtensionService* service); 85 // To be called after the extension service is ready; gets loaded extensions 86 // from the extension service and their saved order from the pref service
|
/external/chromium/chrome/browser/net/ |
proxy_service_factory.h | 28 // Create a proxy service according to the options on command line.
|
service_providers_win.h | 36 // Returns all the Winsock layered service providers and their paths.
|