/frameworks/base/services/java/com/android/server/ |
DeviceStorageMonitorService.java | 52 * This class implements a service to monitor the amount of disk 129 public static final String SERVICE = "devicestoragemonitor"; 312 * Constructor to run service. initializes the disk space threshold value 426 * Callable from other things in the system service to obtain the low memory 461 pw.println("Permission Denial: can't dump " + SERVICE + " from from pid="
|
/frameworks/base/services/java/com/android/server/wm/ |
DisplayContent.java | 118 * @param service TODO(cmautner): 120 DisplayContent(Display display, WindowManagerService service) { 125 mService = service; 127 StackBox newBox = new StackBox(service, this, null); 129 TaskStack newStack = new TaskStack(service, HOME_STACK_ID, this);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
UsimDataDownloadHandler.java | 56 /** Result of writing SM to UICC (when SMS-PP service is not available). */ 68 * data download service is not enabled, try to write to the USIM as an SMS, and send the 77 // assume that the data download service is not present. This is very unlikely to 79 // records have been loaded, after the USIM service table has been loaded. 85 Rlog.d(TAG, "DATA_DL_VIA_SMS_PP service not available, storing message to UICC.");
|
/hardware/ti/omap4xxx/camera/ |
CameraHal_Module.cpp | 479 * assume camera service will keep singleton of each camera 504 ALOGE("camera service provided cameraid out of bounds, " 623 // TODO(XXX): Ducati is not loaded yet when camera service gets here 626 // this going to be the first call from camera service 648 // this going to be the first call from camera service
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
Signature2Test.java | 492 private Set<Provider.Service> services = null; 502 services = new HashSet<Service>(); 511 services = new HashSet<Service>(); 515 public void putService(Provider.Service s) { 520 public void removeService(Provider.Service s) {
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertService.java | 23 import android.app.Service; 42 * This service manages the display and animation of broadcast messages. 47 public class CellBroadcastAlertService extends Service { 286 // start audio/vibration/speech service for emergency alerts 404 return null; // clients can't bind to this service
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
StopwatchService.java | 7 import android.app.Service; 24 public class StopwatchService extends Service { 54 return Service.START_NOT_STICKY; 115 // If a notification is not displayed, this service's work is over 123 // We want this service to continue running until it is explicitly
|
/packages/apps/Email/src/com/android/email/service/ |
EmailBroadcastProcessorService.java | 17 package com.android.email.service; 59 * The service that really handles broadcast intents on a worker thread. 61 * We make it a service, because: 283 for (final EmailServiceUtils.EmailServiceInfo service 285 fixPeriodicSyncs(service.accountType, syncIntervals);
|
/packages/apps/InCallUI/res/values-en-rGB/ |
strings.xml | 37 <string name="callFailed_outOfService" msgid="4825791466557236225">"Out of service area"</string> 80 <string name="notification_network_selection_title" msgid="4224455487793492772">"No service"</string> 91 <string name="incall_error_supp_service_unknown" msgid="2991054870745666038">"Unsupported service."</string> 101 <string name="emergency_enable_radio_dialog_retry" msgid="3724423402363063736">"Out-of-service area; retrying?"</string> 116 <string name="voicemail_provider" msgid="5135942703327136909">"Service"</string>
|
/packages/apps/InCallUI/res/values-en-rIN/ |
strings.xml | 37 <string name="callFailed_outOfService" msgid="4825791466557236225">"Out of service area"</string> 80 <string name="notification_network_selection_title" msgid="4224455487793492772">"No service"</string> 91 <string name="incall_error_supp_service_unknown" msgid="2991054870745666038">"Unsupported service."</string> 101 <string name="emergency_enable_radio_dialog_retry" msgid="3724423402363063736">"Out-of-service area; retrying?"</string> 116 <string name="voicemail_provider" msgid="5135942703327136909">"Service"</string>
|
/frameworks/base/docs/html/google/play/ |
expansion-files.jd | 31 <li><a href="#DownloaderService">Implementing the downloader service</a></li> 219 href="{@docRoot}google/play/licensing/index.html">Application Licensing</a> service, which 230 greatly simplifies this process and performs the download from a service with a minimal amount of 263 href="{@docRoot}google/play/licensing/index.html">Application Licensing</a> service to request URLs 268 <p>If you build your own download service instead of using the library, be aware that you 337 href="{@docRoot}google/play/licensing/index.html">Application Licensing</a> service.</p> 369 href="{@docRoot}google/play/licensing/index.html">Application Licensing</a> service. It's primarily 373 expansion file functionality, the licensing service has been enhanced to provide a response 391 <li>File downloads should occur in a background service in order to avoid blocking the user 404 which requests the expansion file URLs through the licensing service, downloads the expansion files [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_commands.cc | 313 TabRestoreService* service = TabRestoreServiceFactory::GetForProfile(profile); local 314 if (service) 315 service->RestoreMostRecentEntry(NULL, host_desktop_type); 510 TabRestoreService* service = local 512 if (service) 513 service->RestoreMostRecentEntry(browser->tab_restore_service_delegate(), 519 TabRestoreService* service = local 521 if (!service || service->entries().empty()) 523 if (service->entries().front()->type == TabRestoreService::WINDOW [all...] |
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 129 "from google.protobuf import service\n" 312 // service and extension later in the generation. 426 PrintServiceDescriptor(*file_->service(i)); 427 PrintServiceClass(*file_->service(i)); 428 PrintServiceStub(*file_->service(i)); 495 // Print the service. 496 printer_->Print("class $class_name$(service.Service):\n", 508 // Print the service stub. [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ProcessStatsService.java | 148 ProcessStats.ServiceState service = services.valueAt(k); 149 if (service.isInUse()) { 150 if (service.mStartedState != ProcessStats.STATE_NOTHING) { 151 service.setStarted(true, memFactor, now); 153 if (service.mBoundState != ProcessStats.STATE_NOTHING) { 154 service.setBound(true, memFactor, now); 156 if (service.mExecState != ProcessStats.STATE_NOTHING) { 157 service.setExecuting(true, memFactor, now); 314 Slog.w(TAG, " Service " + pkgState.mServices.keyAt(isvc) 570 pw.println(" service, home, prev, cached") [all...] |
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertReceiver.java | 21 import android.app.Service; 119 // Our alert service does not currently allow us to specify only one 138 // Our alert service does not currently allow us to specify only one 170 * Start the service to process the current event notifications, acquiring 171 * the wake lock before returning to ensure that the service will run. 188 * Called back by the service when it has finished processing notifications, 189 * releasing the wake lock if the service is now stopping. 191 public static void finishStartingService(Service service, int startId) { 194 if (service.stopSelfResult(startId)) [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionService.java | 23 import android.app.Service; 89 public class TransactionService extends Service implements Observer { 100 * Action for the Intent which is sent by Alarm service to launch 107 * This service gets started to auto-retrieve any undownloaded messages. 177 // Start up the thread running the service. Note that we create a 178 // separate thread because the service normally runs in the process's 200 return Service.START_NOT_STICKY; 236 Log.v(TAG, "onNewIntent: no pending messages. Stopping service."); 318 Log.v(TAG, "onNewIntent: no pending messages. Stopping service."); [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 435 throw new IllegalArgumentException("bluetooth manager service is null"); 482 * Data will be reset when bluetooth service is turned off. [all...] |
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | 401 *dst++ = 0; // Put the null root label on the end of the service type 454 if (i==0) mprintf("%-25s%s\n", "Service Type", OPBanner); 904 mprintf("Total New Service Probes: %7d (avg%5d/min)\n", NumProbes, NumProbes * mul / div); [all...] |
/external/dnsmasq/src/ |
rfc2131.c | 726 struct pxe_service *service; local 743 for (service = daemon->pxe_services; service; service = service->next) 744 if (service->type == type) 747 if (!service || !service->basename) 754 if (service->server.s_addr != 0) 755 mess->siaddr = service->server; 1869 struct pxe_service *service; local [all...] |
/external/mdnsresponder/Clients/ |
dns-sd.c | 18 * the Apple Software. Neither the name, trademarks, service marks or logos of 439 if (CopyLabels(t, t + kDNSServiceMaxDomainName, &p, 2)) return; // Fetch next two labels (service type) 449 printf("; names with the correct fully-qualified (unicast) domain name of the target host offering the service.\n"); 502 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-25s %-25s %s\n", "Domain", "Service Type", "Instance Name"); 642 printf("Got a reply for service %s.%s%s: ", name, regtype, domain); [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/location/ |
ActivityRecognitionClient.html | 596 Android Backup Service</a> 761 The activity recognition service is a low power mechanism that allows 933 <div class="jd-descrdiv">Checks if the client is currently connected to the service, so that 952 <div class="jd-descrdiv">Checks if the client is attempting to connect to the service.</div> [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
ObjectFactory.java | 191 * @return Class object that provides factory service, never null 245 * @return name of class that provides factory service, never null 374 // Try Jar Service Provider Mechanism 531 * Find the name of service provider using Jar Service Provider Mechanism 563 // Read the service provider name in UTF-8 as specified in 589 // Jar Service Provider specification
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
ObjectFactory.java | 191 * @return Class object that provides factory service, never null 245 * @return name of class that provides factory service, never null 374 // Try Jar Service Provider Mechanism 531 * Find the name of service provider using Jar Service Provider Mechanism 563 // Read the service provider name in UTF-8 as specified in 589 // Jar Service Provider specification
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ObjectFactory.java | 190 * @return Class object that provides factory service, never null 244 * @return name of class that provides factory service, never null 373 // Try Jar Service Provider Mechanism 530 * Find the name of service provider using Jar Service Provider Mechanism 562 // Read the service provider name in UTF-8 as specified in 588 // Jar Service Provider specification
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectFactory.java | 191 * @return Class object that provides factory service, never null 245 * @return name of class that provides factory service, never null 374 // Try Jar Service Provider Mechanism 531 * Find the name of service provider using Jar Service Provider Mechanism 563 // Read the service provider name in UTF-8 as specified in 589 // Jar Service Provider specification
|