HomeSort by relevance Sort by last modified time
    Searched defs:getServices (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /libcore/ojluni/src/main/java/sun/security/jca/
GetInstance.java 112 public static List<Service> getServices(String type, String algorithm) {
114 return list.getServices(type, algorithm);
120 * @deprecated use getServices(List<ServiceId>) instead
123 public static List<Service> getServices(String type,
126 return list.getServices(type, algorithms);
131 * the specified algorithms. See getServices(String, String) for detals.
133 public static List<Service> getServices(List<ServiceId> ids) {
135 return list.getServices(ids);
170 for (Service s : list.getServices(type, algorithm)) {
186 List<Service> services = getServices(type, algorithm)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraModule.java 33 mServices = app.getServices();
60 protected CameraServices getServices() {
CameraActivity.java 498 getServices().getCaptureSessionManager().removeErrorMessage(
    [all...]
  /libcore/tools/docs/crypto/src/java/libcore/java/security/
ListProviders.java 101 services.addAll(p.getServices());
  /packages/apps/Settings/src/com/android/settings/utils/
ZenServiceListing.java 74 getServices(mConfig, services, mContext.getPackageManager());
90 private static int getServices(ManagedServiceSettings.Config c, List<ServiceInfo> list,
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java 782 public List<BluetoothGattService> getServices() {
    [all...]
BluetoothGatt.java     [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
CardEmulation.java 583 public List<ApduServiceInfo> getServices(String category) {
585 return sService.getServices(mContext.getUserId(), category);
594 return sService.getServices(mContext.getUserId(), category);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIApplication.java 249 public SystemUI[] getServices() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmTestBase.java 77 public MockSystemServices getServices() {
227 when(getServices().systemProperties.get(
232 when(getServices().systemProperties.getBoolean(
237 when(getServices().systemProperties.getLong(
DevicePolicyManagerTest.java 181 when(getServices().packageManager.hasSystemFeature(eq(PackageManager.FEATURE_DEVICE_ADMIN)))
184 .when(getServices().packageManager).queryBroadcastReceiversAsUser(
190 when(getServices().userManager.isUserUnlocked(anyInt())).thenReturn(true);
194 Mockito.reset(getServices().usageStatsManagerInternal);
195 Mockito.reset(getServices().networkPolicyManagerInternal);
201 mAdmin1Context = new DpmMockContext(getServices(), mRealTestContext);
225 dpms = new DevicePolicyManagerServiceTestable(getServices(), mContext);
250 }).when(getServices().userManager).setApplicationRestrictions(
262 }).when(getServices().userManager).getApplicationRestrictions(
266 getServices().addUser(DpmMockContext.CALLER_USER_HANDLE, 0)
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/manifest/
AndroidManifestTest.java 114 assertThat(config.getServices()).hasSize(2);
116 assertThat(config.getServices().get(0).getClassName()).isEqualTo("com.foo.Service");
117 assertThat(config.getServices().get(0).getActions()).contains("org.robolectric.ACTION_DIFFERENT_PACKAGE");
118 assertThat(config.getServices().get(0).getIntentFilters()).isNotEmpty();
119 assertThat(config.getServices().get(0).getIntentFilters().get(0).getMimeTypes()).containsExactly("image/jpeg");
121 assertThat(config.getServices().get(1).getClassName()).isEqualTo("com.bar.ServiceWithoutIntentFilter");
122 assertThat(config.getServices().get(1).getActions()).isEmpty();
123 assertThat(config.getServices().get(1).getIntentFilters()).isEmpty();
449 manifest.getServices();
  /packages/apps/Camera2/src/com/android/camera/app/
AppController.java 376 public CameraServices getServices();
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 105 mSessionManager = getServices().getCaptureSessionManager();
238 task.process(this, getServices(), session);
250 private CameraServices getServices() {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 594 public synchronized Set<Provider.Service> getServices() {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 403 public List<ApduServiceInfo> getServices(int userId, String category)
524 return mNfcFServicesCache.getServices(userId);
RegisteredNfcFServicesCache.java 206 public List<NfcFServiceInfo> getServices(int userId) {
RegisteredServicesCache.java 196 public List<ApduServiceInfo> getServices(int userId) {
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp 323 void getServices() {
387 getServices();
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
AndroidManifest.java 671 public List<ServiceData> getServices() {
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 171 protected List<ManagedServiceInfo> getServices() {
    [all...]
  /libcore/ojluni/src/main/java/java/security/
Provider.java 675 // serviceMap changed since last call to getServices()
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java 121 public List<ServiceDescriptor> getServices() {
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 421 this.start(this.getServices().values());
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.3/
kotlin-compiler-runner-1.1.3.jar 

Completed in 1446 milliseconds

1 2 3 4 5 6