HomeSort by relevance Sort by last modified time
    Searched full:service (Results 2676 - 2700 of 11175) sorted by null

<<101102103104105106107108109110>>

  /frameworks/base/core/java/android/webkit/
UrlInterceptHandler.java 44 public CacheResult service(String url, Map<String, String> headers); method in interface:UrlInterceptHandler
  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBarService.aidl 22 import android.service.notification.StatusBarNotification;
  /frameworks/base/core/java/com/android/internal/util/
LocalLog.java 27 * of a system service's dumpsys output.
  /frameworks/base/core/java/com/android/internal/view/
IInputMethod.aidl 31 * Service).
  /frameworks/base/core/tests/coretests/apks/install_complete_package_info/
AndroidManifest.xml 51 <service
  /frameworks/base/docs/html/google/play/billing/
billing_best_practices.jd 33 anyone who is using Google Play's In-app Billing service.</p>
47 <li>Use a real-time service to deliver your content, such as a content feed. Delivering content
48 through a real-time service allows you to keep your content fresh.</li>
51 <p>When you deliver content from a remote server or a real-time service, you can store the unlocked
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Somnambulator.java 21 import android.service.dreams.Sandman;
  /frameworks/base/services/java/com/android/server/
FgThread.java 24 * foreground service operations, which shouldn't be blocked by anything running in
TextServicesManagerService.java 48 import android.service.textservice.SpellCheckerService;
190 Slog.w(TAG, "Skipping text service " + compName
199 Slog.w(TAG, "Skipping text service " + compName
248 Intent service, ServiceConnection conn, int flags) {
249 if (service == null || conn == null) {
250 Slog.e(TAG, "--- bind failed: service = " + service + ", conn = " + conn);
253 return mContext.bindServiceAsUser(service, conn, flags,
283 Slog.w(TAG, "more than one spell checker service found, picking first");
482 Slog.w(TAG, "bind service: " + info.getId())
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 184 // pretend that wifi network comes online; service should ask about full
196 // verify service has empty history for wifi
212 // verify service recorded history
229 // verify service recorded history
238 // pretend that wifi network comes online; service should ask about full
250 // verify service has empty history for wifi
276 // verify service recorded history
329 // pretend that wifi network comes online; service should ask about full
354 // verify service recorded history
411 // verify service recorded histor
    [all...]
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Protocol.java 24 // 0: service id (16 bits)
  /frameworks/ml/bordeaux/service/res/layout/
lava_service_controller.xml 17 <!-- Demonstrates starting and stopping a local service.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 23 * Represents a Supplementary Service Notification received from the network.
RuimPhoneBookInterfaceManager.java 38 //NOTE service "simphonebook" added by IccSmsInterfaceManagerProxy
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SimPhoneBookInterfaceManager.java 38 //NOTE service "simphonebook" added by IccSmsInterfaceManagerProxy
  /hardware/libhardware/include/hardware/
bt_pan.h 59 * enable the pan service by specified role. The result state of
  /libcore/crypto/src/main/java/org/conscrypt/
TrustManagerFactoryImpl.java 32 * TrustManagerFactory service provider interface implementation.
  /libcore/luni/src/main/java/java/security/
AlgorithmParameterGeneratorSpi.java 23 * {@code AlgorithmParameterGeneratorSpi} is the Service Provider Interface
KeyPairGeneratorSpi.java 23 * {@code KeyPairGeneratorSpi} is the Service Provider Interface (SPI)
SecureRandomSpi.java 23 * {@code SecureRandomSpi} is the <i>Service Provider Interface</i> (<b>SPI</b>) definition
  /libcore/luni/src/main/java/java/security/cert/
CertPathValidatorSpi.java 23 * The <i>Service Provider Interface</i> (<b>SPI</b>) for the {@code
  /libcore/luni/src/main/java/javax/net/ssl/
KeyManagerFactorySpi.java 27 * The <i>Service Provider Interface</i> (SPI) for the
TrustManagerFactorySpi.java 25 * The <i>Service Provider Interface</i> (SPI) for the
  /libcore/luni/src/main/java/javax/sql/
ConnectionPoolDataSource.java 27 * typically registered with a JNDI naming service directory and is retrieved
  /libcore/luni/src/main/java/libcore/io/
StructAddrinfo.java 46 /** Canonical name of service location (if AI_CANONNAME provided in ai_flags). */

Completed in 1362 milliseconds

<<101102103104105106107108109110>>