Searched
full:service (Results
3026 -
3050 of
11175) sorted by null
<<121122123124125126127128129130>>
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLContext.java | 34 // StoreSSLContext service name 35 private static final String SERVICE = "SSLContext"; 38 private static final Engine ENGINE = new Engine(SERVICE);
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
XMLReaderFactory.java | 119 String service = "META-INF/services/" + property; local 124 in = ClassLoader.getSystemResourceAsStream (service); 126 in = loader.getResourceAsStream (service);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
strerror.c | 235 msg = "Service provider is invalid"; 238 msg = "Service provider failed to initialize"; 244 msg = "Service not found";
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattDebugUtils.java | 25 * Helper class containing useful tools for GATT service debugging. 66 * This allows sending debug actions to the running service. 72 * and <component> identifies the GATT service.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetPhoneState.java | 37 // HFP 1.6 CIND service 282 HeadsetDeviceState(int service, int roam, int signal, int batteryCharge) { 283 mService = service;
|
/packages/apps/Camera2/src/com/android/camera/ |
MediaSaveService.java | 19 import android.app.Service; 37 * Service for saving images in the background thread. 39 public class MediaSaveService extends Service {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ExportProcessor.java | 60 public ExportProcessor(VCardService service, ExportRequest exportRequest, int jobId, 62 mService = service; 63 mResolver = service.getContentResolver();
|
NfcImportVCardActivity.java | 139 VCardService service = ((VCardService.MyBinder) binder).getService(); local 140 new ImportTask().execute(service); 201 // We don't want the service finishes itself just after this connection.
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AbstractGalleryActivity.java | 319 public void onServiceConnected(ComponentName className, IBinder service) { 320 mBatchService = ((BatchService.LocalBinder)service).getService(); 346 throw new RuntimeException("Batch service unavailable");
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
ProcessingService.java | 21 import android.app.Service; 40 public class ProcessingService extends Service { 193 // we save using an intent to keep the service around after the
|
/packages/apps/Nfc/src/com/android/nfc/snep/ |
SnepServer.java | 185 if (DBG) Log.d(TAG, "about create LLCP service socket"); 192 if (DBG) Log.d(TAG, "failed to create LLCP service socket"); 195 if (DBG) Log.d(TAG, "created LLCP service socket");
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
SmartPoster.java | 51 * "The Title record for the service (there can be many of these in 81 * "The Action record. This record describes how the service should be 85 * the service. If the action record exists, it should be treated as
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
ProjectsActivity.java | 38 import com.android.videoeditor.service.ApiService; 39 import com.android.videoeditor.service.ApiServiceListener; 40 import com.android.videoeditor.service.VideoEditorProject;
|
/build/core/ |
proguard_basic_keeps.flags | 46 # -keep class * extends android.app.Service
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleButtonActivity.java | 51 mMessage = "Service discovered.";
|
/cts/tests/tests/security/src/android/security/cts/ |
NetdTest.java | 58 /* Unable to vulnerable service */
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
IsolatedServiceTest.java | 33 // The time we are ready to wait for the service to be done running the tests.
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/ |
AndroidManifest.xml | 47 <service android:name=".BluetoothLeService" android:enabled="true"/>
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
DeviceControlActivity.java | 68 // Code to manage Service lifecycle. 72 public void onServiceConnected(ComponentName componentName, IBinder service) { 73 mBluetoothLeService = ((BluetoothLeService.LocalBinder) service).getService(); 88 // Handles various events fired by the Service.
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/ |
AndroidManifest.xml | 47 <service android:name=".BluetoothLeService" android:enabled="true"/>
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
DeviceControlActivity.java | 68 // Code to manage Service lifecycle. 72 public void onServiceConnected(ComponentName componentName, IBinder service) { 73 mBluetoothLeService = ((BluetoothLeService.LocalBinder) service).getService(); 88 // Handles various events fired by the Service.
|
/development/apps/Development/res/values/ |
strings.xml | 77 <string name="radioInfo_menu_viewSDN">View Service Dialing Numbers</string> 119 <string name="development_settings_show_xmpp_text">Show GTalk service connection status</string> 214 <string name="binding_waiting_for_connection">Waiting for service to be connected...</string> 226 <string name="bad_behavior_anr_service_label">ANR starting a Service</string>
|
/development/samples/ApiDemos/res/layout/ |
activity_animation.xml | 17 <!-- Demonstrates starting and stopping a local service.
|
install_apk.xml | 17 <!-- Demonstrates starting and stopping a local service.
|
remote_service_binding.xml | 17 <!-- Demonstrates starting and stopping a local service.
|
Completed in 1735 milliseconds
<<121122123124125126127128129130>>