/frameworks/base/core/java/android/os/ |
DropBoxManager.java | 254 public DropBoxManager(IDropBoxManagerService service) { mService = service; }
|
/frameworks/base/docs/html/design/patterns/ |
accessibility.jd | 21 <li><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.marvin.talkback">TalkBack</a></strong> is a pre-installed screen reader service provided by Google. It uses spoken feedback to describe the results of actions such as launching an app, and events such as notifications.</li> 77 <p>Turn on the TalkBack service in <strong>Settings > Accessibility</strong> and navigate your application using directional controls or eyes-free navigation.</p>
|
/frameworks/base/docs/html/google/play-services/ |
setup.jd | 109 introduction</a>, Google Play delivers service updates for users on 143 still happen, you must handle them every time your app connects to a Google Play service to
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
packages_index_changes.html | 79 <A HREF="pkg_android.service.wallpaper.html" class="hiddenlink" target="rightframe">android.service.wallpaper</A><br>
|
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
packages_index_all.html | 82 <A HREF="pkg_android.service.textservice.html" class="hiddenlink" target="rightframe">android.service.textservice</A><br>
|
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
packages_index_all.html | 71 <A HREF="pkg_android.service.wallpaper.html" class="hiddenlink" target="rightframe">android.service.wallpaper</A><br>
|
packages_index_changes.html | 67 <A HREF="pkg_android.service.wallpaper.html" class="hiddenlink" target="rightframe">android.service.wallpaper</A><br>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
LoadAverageService.java | 19 import android.app.Service; 34 public class LoadAverageService extends Service {
|
/frameworks/base/services/java/com/android/server/am/ |
CompatModePackages.java | 57 public CompatModePackages(ActivityManagerService service, File systemDir) { 58 mService = service;
|
/frameworks/base/services/java/com/android/server/content/ |
SyncStorageEngine.java | 208 final ComponentName service; field in class:SyncStorageEngine.AuthorityInfo 230 service = toCopy.service; 257 this.service = null; 273 * every day using a sync service. 274 * @param cname sync service identifier. 282 this.service = cname; 284 // Sync service is always enabled. [all...] |
/frameworks/base/services/java/com/android/server/dreams/ |
DreamManagerService.java | 37 import android.service.dreams.IDreamManager; 48 * Service api for managing dreams.
|
/frameworks/base/services/java/com/android/server/pm/ |
Settings.java | [all...] |
/frameworks/base/telephony/java/android/telephony/ |
TelephonyManager.java | 171 * with a {@link android.app.Service} and sending the message using its own messaging system. 184 * The intent-filter that consumes this Intent needs to be in a {@link android.app.Service} 187 * <p>For example, the service that receives this intent can be declared in the manifest file 190 * <!-- Service that delivers SMS messages received from the phone "quick response" --> 191 * <service android:name=".HeadlessSmsSendService" 202 * </service></pre> 898 * Returns the Service Provider Name (SPN). [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 205 * Request to update location information in service state 280 * Returns true if OTA service provisioning needs to run.
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiInfo.java | 118 * Returns the service set identifier (SSID) of the current 802.11 network. 146 * Return the basic service set identifier (BSSID) of the current access point.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
WapPushOverSms.java | 48 public void onServiceConnected(ComponentName name, IBinder service) { 49 mWapPushManager = IWapPushManager.Stub.asInterface(service);
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteProvider.java | 29 * as a service to publish additional media routes to all applications 49 * as a service, all applications that use the media router API will be able to
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCamera2HWI.h | 167 /* static variable and functions accessed by camera service */ 419 // if auto focus is running, in other words, when auto_focus is called from service,
|
/libcore/luni/src/main/files/cacerts/ |
6fcc125d.0 | 29 Issuer: C=US, O=VISA, OU=Visa International Service Association, CN=Visa eCommerce Root 33 Subject: C=US, O=VISA, OU=Visa International Service Association, CN=Visa eCommerce Root
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
SecureRandom2Test.java | 400 public void putService(Provider.Service s) { 404 public void removeService(Provider.Service s) {
|
Security2Test.java | 238 // exception - no attribute name after the service.algorithm yet we 249 // exception - space character in the service.algorithm pair. Not valid.
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathBuilder1Test.java | 466 public void putService(Provider.Service s) { 470 public void removeService(Provider.Service s) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
RemoteDevices.java | 53 RemoteDevices(AdapterService service) { 55 mAdapterService = service;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMnsObexClient.java | 41 * The Message Notification Service class runs its own message handler thread, 42 * to avoid executing long operations on the MAP service Thread.
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
ContactInfoHelper.java | 30 import com.android.dialer.service.CachedNumberLookupService; 31 import com.android.dialer.service.CachedNumberLookupService.CachedContactInfo;
|