/frameworks/av/drm/libdrmframework/include/ |
IDrmManagerService.h | 40 * This is the interface class for DRM Manager service. 167 * This is the Binder implementation class for DRM Manager service. 254 * This is the Binder implementation class for DRM Manager service.
|
/frameworks/base/core/java/android/app/ |
IBackupAgent.aidl | 45 * be echoed back to the backup service binder once the new 72 * be echoed back to the backup service binder once the agent is 92 * be echoed back to the backup service binder once the agent is
|
/frameworks/base/core/java/android/app/backup/ |
BackupManager.java | 28 * The interface through which an application interacts with the Android backup service to 33 * call to {@link #dataChanged()} will notify the backup service. The system 153 Log.w(TAG, "restoreSelf() unable to contact service");
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 174 * been connected or disconnected to the service. 179 * connected to the service. 189 * disconnected from the service.
|
/frameworks/base/core/java/android/service/dreams/ |
DreamService.java | 16 package android.service.dreams; 23 import android.app.Service; 66 * <p>In addition, onCreate and onDestroy (from the Service interface) will also be called, but 72 * <service 79 * <action android:name="android.service.dreams.DreamService" /> 85 * android:name="android.service.dream" 87 * </service> 124 public class DreamService extends Service implements Window.Callback { 128 * The name of the dream manager service. 134 * The {@link Intent} that must be declared as handled by the service [all...] |
/frameworks/base/keystore/java/android/security/ |
AndroidKeyPairGenerator.java | 45 * Android keystore service usable only by the application that called it. This 62 * Generate a KeyPair which is backed by the Android keystore service. You 68 * This will create an entry in the Android keystore service with a
|
/frameworks/base/media/jni/ |
android_media_MediaCrypto.cpp | 68 sp<IMediaPlayerService> service = local 71 if (service == NULL) { 75 sp<ICrypto> crypto = service->makeCrypto();
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
ObbBackupService.java | 19 import android.app.Service; 39 * Service that the Backup Manager Services delegates OBB backup/restore operations to, 44 public class ObbBackupService extends Service {
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
DisplaySinkService.java | 20 import com.android.accessorydisplay.common.Service; 35 public class DisplaySinkService extends Service implements SurfaceHolder.Callback { 90 public void onMessageReceived(int service, int what, ByteBuffer content) {
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
DisplaySourceService.java | 20 import com.android.accessorydisplay.common.Service; 37 public class DisplaySourceService extends Service { 81 public void onMessageReceived(int service, int what, ByteBuffer content) {
|
/frameworks/native/libs/binder/ |
IServiceManager.cpp | 141 ALOGI("Waiting for service %s...\n", String8(name).string()); 156 virtual status_t addService(const String16& name, const sp<IBinder>& service, 162 data.writeStrongBinder(service);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CatService.java | 60 * Class that implements SIM Toolkit Telephony Service. Interacts with the RIL 72 // Service members. 84 // Service constants. 111 "Service: Input parameters must not be null"); 136 CatLog.d(this, "Running CAT service. STK app installed:" + mStkAppInstalled); 151 CatLog.d(this, "Service finalized"); 527 * Used for instantiating/updating the Service from the GsmPhone or CdmaPhone constructor. 532 * @return The only Service object in the system 555 HandlerThread thread = new HandlerThread("Cat Telephony service"); 568 "Reinitialize the Service with SIMRecords and UiccCardApplication") [all...] |
/frameworks/wilhelm/src/android/ |
VideoCodec_to_android.cpp | 61 sp<IMediaPlayerService> service(IMediaDeathNotifier::getMediaPlayerService()); 62 if (service == NULL) { 67 sp<IOMX> omx(service->getOMX());
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11e.h | 56 uint32 min_srv_interval; /* Minimum Service Interval (us) */ 57 uint32 max_srv_interval; /* Maximum Service Interval (us) */ 60 uint32 srv_start_time; /* Service Start Time (us) */
|
/libcore/luni/src/main/java/java/security/ |
AlgorithmParameterGenerator.java | 29 // Store spi service name 30 private static final String SERVICE = "AlgorithmParameterGenerator"; 33 private static final Engine ENGINE = new Engine(SERVICE);
|
/libcore/luni/src/main/java/java/security/cert/ |
CertPathBuilder.java | 33 // Store CertPathBuilder service name 34 private static final String SERVICE = "CertPathBuilder"; 37 private static final Engine ENGINE = new Engine(SERVICE);
|
CertPathValidator.java | 33 // Store CertPathValidator implementation service name 34 private static final String SERVICE = "CertPathValidator"; 37 private static final Engine ENGINE = new Engine(SERVICE);
|
/libcore/luni/src/main/java/javax/net/ssl/ |
KeyManagerFactory.java | 34 // Store KeyManagerFactory service name 35 private static final String SERVICE = "KeyManagerFactory"; 38 private static final Engine ENGINE = new Engine(SERVICE);
|
TrustManagerFactory.java | 34 // Store TrustManager service name 35 private static final String SERVICE = "TrustManagerFactory"; 38 private static final Engine ENGINE = new Engine(SERVICE);
|
/packages/apps/Bluetooth/ |
AndroidManifest_test.xml | 37 <service android:process="@string/process" 101 <service android:process="@string/process" 104 </service>
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 112 * Handle Service Category Program Data message. 113 * TODO: Send Service Category Program Results response message to sender 217 Log.d(TAG, "Service state changed! " + newState + " Full: " + ss);
|
/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/ |
SendCdmaCmasMessages.java | 126 * @param serviceCategory the CDMA service category 150 * Convert CDMA service category to CMAS message class. Copied from {@code BearerData}. 151 * @param serviceCategory CDMA service category
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
TimerRingService.java | 19 import android.app.Service; 34 * Play the timer's ringtone. Will continue playing the same alarm until service is stopped. 36 public class TimerRingService extends Service implements AudioManager.OnAudioFocusChangeListener {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
MemoryDumpActivity.java | 158 public void onServiceConnected(ComponentName className, IBinder service) { 159 Log.v(TAG, "service connected, dumping..."); 161 ((MemoryTracker.MemoryTrackerInterface) service).getService());
|
WeightWatcher.java | 90 public void onServiceConnected(ComponentName className, IBinder service) { 91 mMemoryService = ((MemoryTracker.MemoryTrackerInterface)service).getService(); 219 : "/S") // service
|