Searched refs:services (Results 76 - 100 of 155) sorted by relevance

1234567

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
H A DTestContentResolver.java17 package com.android.documentsui.services;
H A DTestJob.java17 package com.android.documentsui.services;
H A DMoveJobTest.java17 package com.android.documentsui.services;
H A DTestJobListener.java17 package com.android.documentsui.services;
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLearning_MulticlassPA.java17 package android.bordeaux.services;
H A DAggregatorManager.java17 package android.bordeaux.services;
20 import android.bordeaux.services.StringString;
H A DBordeauxSessionManager.java17 package android.bordeaux.services;
19 import android.bordeaux.services.IBordeauxLearner.ModelChangeCallback;
H A DLearning_StochasticLinearRanker.java17 package android.bordeaux.services;
20 import android.bordeaux.services.IBordeauxLearner.ModelChangeCallback;
H A DPredictor.java17 package android.bordeaux.services;
30 import android.bordeaux.services.FeatureAssembly;
/frameworks/native/cmds/service/
H A Dservice.cpp115 Vector<String16> services = sm->listServices(); local
116 aout << "Found " << services.size() << " services:" << endl;
117 for (unsigned i = 0; i < services.size(); i++) {
118 String16 name = services[i];
/frameworks/opt/net/wifi/tests/wifitests/assets/
H A Dr1.PerProviderSubscription.conf28 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
57 3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
H A Dr2.PerProviderSubscription.conf11 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
40 3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
H A Druckus.PerProviderSubscription.conf11 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
40 3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
/frameworks/base/services/print/java/com/android/server/print/
H A DUserState.java158 // Some print services might have gotten installed before the User State came up
272 // They are visible only to print services.
286 // They are visible only to print services.
302 // They are visible only to print services.
408 // Make sure to only disable services that are currently installed
453 // If services have created session, just add the observer.
501 // No services - nothing to do.
517 // No services - nothing to do.
533 // No services - nothing to do.
704 // No services
1679 handleDispatchCreatePrinterDiscoverySession( List<RemotePrintService> services) argument
1688 handleDispatchDestroyPrinterDiscoverySession( List<RemotePrintService> services) argument
1698 handleDispatchStartPrinterDiscovery( List<RemotePrintService> services, List<PrinterId> printerIds) argument
1707 handleDispatchStopPrinterDiscovery(List<RemotePrintService> services) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java108 // The minimum amount of time between restarting services that we allow.
109 // That is, when multiple services are restarting, we won't allow each
124 // Maximum number of services that we allow to start in the background
137 * List of services that we have been asked to start,
145 * List of services that are scheduled to restart following a crash.
150 * List of services that are in the process of being destroyed.
171 * Information about services for a single user.
179 /* XXX eventually I'd like to have this based on processes instead of services.
180 * That is, if we try to start two services in a row both running in the same
182 * that remains until all services i
2414 collectPackageServicesLocked(String packageName, Set<String> filterByClasses, boolean evenPersistent, boolean doit, boolean killProcess, ArrayMap<ComponentName, ServiceRecord> services) argument
2914 private final ArrayList<ServiceRecord> services = new ArrayList<>(); field in class:ActiveServices.ServiceDumper
[all...]
/frameworks/av/camera/tests/
H A DAndroid.mk37 frameworks/av/services/camera/libcameraservice \
/frameworks/av/services/soundtrigger/
H A DAndroid.mk39 $(TOPDIR)frameworks/av/services/audioflinger
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGattCallback.aidl33 void onSearchComplete(in String address, in List<BluetoothGattService> services, in int status);
H A DBluetoothGattCallbackWrapper.java52 public void onSearchComplete(String address, List<BluetoothGattService> services, argument
/frameworks/base/libs/input/
H A DAndroid.mk34 frameworks/native/services
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DOperationDialogFragment.java31 import com.android.documentsui.services.FileOperationService;
32 import com.android.documentsui.services.FileOperationService.OpType;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java61 * <li>{@link #mEnabledServicesAdapter} for all enabled services. If a service has an {@link
64 * <li>{@link #mDisabledServicesAdapter} for all disabled services. Once clicked the settings page
66 * <li>{@link #mRecommendedServicesAdapter} for a link to all services. If this item is clicked
67 * the market app is opened to show all print services.</li>
80 * The enabled services list. This is filled from the {@link #LOADER_ID_ENABLED_SERVICES}
86 * The disabled services list. This is filled from the {@link #LOADER_ID_DISABLED_SERVICES}
92 * The recommended services list. This is filled from the
393 * @param services The new raw data.
395 void updateData(@Nullable List<PrintServiceInfo> services) { argument
396 if (services
737 updateInstalledServices(List<PrintServiceInfo> services) argument
[all...]
/frameworks/opt/net/ethernet/
H A DAndroid.mk27 LOCAL_JAVA_LIBRARIES := services
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DCopyJob.java17 package com.android.documentsui.services;
28 import static com.android.documentsui.services.FileOperationService.EXTRA_DIALOG_TYPE;
29 import static com.android.documentsui.services.FileOperationService.EXTRA_OPERATION;
30 import static com.android.documentsui.services.FileOperationService.EXTRA_SRC_LIST;
31 import static com.android.documentsui.services.FileOperationService.OPERATION_COPY;
58 import com.android.documentsui.services.FileOperationService.OpType;
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk101 # wifi-service and services must be included here so that the latest changes
109 services \
115 services \

Completed in 591 milliseconds

1234567