/packages/apps/Settings/src/com/android/settings/ |
CryptKeeper.java | 149 final IMountService service = getMountService(); local 151 return service.decryptStorage(params[0]); 186 final IMountService service = getMountService(); local 189 int state = service.getEncryptionState(); 615 final IBinder service = ServiceManager.getService("mount"); local 616 if (service != null) { 617 return IMountService.Stub.asInterface(service); 734 Log.e(TAG, "Error calling ITelephony service: " + e);
|
/packages/apps/Stk/src/com/android/stk/ |
StkAppService.java | 23 import android.app.Service; 60 * SIM toolkit application level service. Interacts with Telephopny messages, 64 public class StkAppService extends Service implements Runnable { 101 // operations ids for different service functionality. 134 // session end) while the service is busy processing a previous message. 150 Thread serviceThread = new Thread(null, this, "Stk App Service"); 166 CatLog.d(this, " Unable to get Service handle"); 239 * with the service to deliver state information and parameters. [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
OverlayView.java | 19 import com.android.videoeditor.service.MovieMediaItem; 20 import com.android.videoeditor.service.MovieOverlay;
|
/packages/experimental/StrictModeTest/res/layout/ |
main.xml | 156 android:text="Dump (remote) service which writes" 163 android:text="Check binder/service policies"
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
AndroidSpellCheckerSession.java | 35 public AndroidSpellCheckerSession(AndroidSpellCheckerService service) { 36 super(service);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dccp.h | 61 * @dccph_req_service - Service to which the client app wants to connect 81 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
|
irda.h | 129 char sir_name[25]; /* Usually <service>:IrDA:TinyTP */ 179 /* IrDA quality of service information (must not exceed 16 bytes) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
sysexits.h | 61 * EX_UNAVAILABLE -- A service is unavailable. This can occur 101 #define EX_UNAVAILABLE 69 /* service unavailable */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dccp.h | 61 * @dccph_req_service - Service to which the client app wants to connect 81 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
|
irda.h | 129 char sir_name[25]; /* Usually <service>:IrDA:TinyTP */ 179 /* IrDA quality of service information (must not exceed 16 bytes) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
sysexits.h | 61 * EX_UNAVAILABLE -- A service is unavailable. This can occur 101 #define EX_UNAVAILABLE 69 /* service unavailable */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dccp.h | 61 * @dccph_req_service - Service to which the client app wants to connect 81 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
|
irda.h | 129 char sir_name[25]; /* Usually <service>:IrDA:TinyTP */ 179 /* IrDA quality of service information (must not exceed 16 bytes) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
sysexits.h | 61 * EX_UNAVAILABLE -- A service is unavailable. This can occur 101 #define EX_UNAVAILABLE 69 /* service unavailable */
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Channel.java | 22 import com.android.tools.sdkcontroller.service.ControllerService; 143 /** Service-side emulator is connected. */ 145 /** Service-side emulator is disconnected. */ 147 /** Service-side emulator is enabled. */ 149 /** Service-side emulator is disabled. */ 157 /** Service that has created this object. */ 237 public Channel(ControllerService service, String name) { 238 mService = service;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
MonitorApplication.java | 34 import org.eclipse.osgi.service.datalocation.Location; 78 // If this is the first time using ddms or adt, open up the stats service
|
/system/core/init/ |
signal_handler.c | 48 struct service *svc; 112 /* Execute all onrestart commands for this service. */
|
/system/core/logcat/ |
event.logtags | 45 # This event is logged when the location service uploads location data. 114 # aggregation service
|
/system/media/camera/docs/ |
metadata_template.mako | 18 xmlns="http://schemas.android.com/service/camera/metadata/" 20 xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata_properties.xsd">
|
/system/netd/ |
MDnsSdListener.cpp | 176 ALOGE("service register request %d got an error from DNSServiceRegister %d", requestId, 230 ALOGE("service resolve request %d got an error from DNSServiceResolve %d", requestId, 451 } else if (strcmp(cmd, "start-service") == 0) { 453 cli->sendMsg(ResponseCode::CommandOkay, "Service Started", false); 455 cli->sendMsg(ResponseCode::ServiceStartFailed, "Service already running", false); 457 } else if (strcmp(cmd, "stop-service") == 0) { 459 cli->sendMsg(ResponseCode::CommandOkay, "Service Stopped", false); 461 cli->sendMsg(ResponseCode::ServiceStopFailed, "Service still in use", false);
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
AccessPermissionWithDiffSigTest.java | 377 fail("expected SecurityException granting " + grantDataUri + " to service"); 386 fail("expected SecurityException granting " + grantIntent.getClipData() + " to service"); 497 private void grantUriPermissionFail(Uri uri, int mode, boolean service) { 503 service ? ReceiveUriService.class : ReceiveUriActivity.class); 506 intent.setAction(service ? GrantUriPermission.ACTION_START_SERVICE 515 service ? ReceiveUriService.class : ReceiveUriActivity.class); 518 intent.setAction(service ? GrantUriPermission.ACTION_START_SERVICE 576 private void grantClipUriPermission(ClipData clip, int mode, boolean service) { 592 service ? ReceiveUriService.class : ReceiveUriActivity.class); 595 intent.setAction(service ? GrantUriPermission.ACTION_START_SERVIC [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.cc | 497 } else if (LookingAt("service")) { [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/ |
Registry.cpp | 591 // Open service blob file. 601 // Determine and check service blob size. 606 LOG_E("mcRegistryGetServiceBlob() failed: service blob too big: %d", tlSize); 632 // Get service type. 644 LOG_I(" Service is a %s (service type %d)", service_types[serviceType_safe], serviceType); 741 // Any other service type. 744 LOG_E("mcRegistryGetServiceBlob() failed: Unsupported service type %u", serviceType); 757 // Open service blob file. 764 // Determine and check service blob size [all...] |
/system/core/adb/ |
commandline.c | 389 int adb_download_buffer(const char *service, const char *fn, const void* data, int sz, 397 sprintf(buf,"%s:%d", service, sz); 411 char *x = strrchr(service, ':'); 412 if(x) service = x + 1; 450 int adb_download(const char *service, const char *fn, unsigned progress) 461 int status = adb_download_buffer(service, fn, data, sz, progress); 566 fprintf(stderr, "usage: adb %s <adb service name> [ppp opts]\n", 577 fprintf(stderr,"Error: Could not open adb service: %s. Error: %s\n", 1246 char* service = argv[0]; local [all...] |
/external/chromium/chrome/browser/net/ |
connection_tester.cc | 139 // Creates a proxy config service for |experiment|. On success returns net::OK 168 // Creates a proxy service for |experiment|. On success returns net::OK 174 // Create an appropriate proxy config service. 197 // Creates a proxy config service that pulls from the system proxy settings. 214 // Creates a fixed proxy config service that is initialized using Firefox's
|