OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasService
(Results
1 - 8
of
8
) sorted by null
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
CanaryTest.java
46
final boolean
hasService
= RequiredServiceRule.
hasService
(CONTENT_CAPTURE_MANAGER_SERVICE);
47
Log.d(TAG, "has " + CONTENT_CAPTURE_MANAGER_SERVICE + ": " +
hasService
);
48
assumeTrue("device doesn't have service " + CONTENT_CAPTURE_MANAGER_SERVICE,
hasService
);
57
final boolean
hasService
= RequiredServiceRule.
hasService
(CONTENT_CAPTURE_MANAGER_SERVICE);
59
+ "' Has '" + CONTENT_CAPTURE_MANAGER_SERVICE + "': " +
hasService
);
65
serviceName, enableSettings).that(
hasService
).isTrue();
/cts/common/device-side/util/src/com/android/compatibility/common/util/
RequiredServiceRule.java
42
mHasService =
hasService
(service);
65
public static boolean
hasService
(@NonNull String service) {
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
RequiredServiceRule.java
42
mHasService =
hasService
(service);
65
public static boolean
hasService
(@NonNull String service) {
/external/icu/icu4c/source/common/
brkiter.cpp
319
hasService
(void)
343
if (
hasService
()) {
374
if (
hasService
()) {
/external/icu/icu4c/source/i18n/
coll.cpp
215
hasService
(void)
444
if (
hasService
()) {
581
if (
hasService
()) {
794
if (
hasService
()) {
870
if (
hasService
()) {
/cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java
19
import static com.android.compatibility.common.util.RequiredServiceRule.
hasService
;
448
if (!
hasService
(Context.CONTENT_CAPTURE_MANAGER_SERVICE)) return;
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTest.java
[
all
...]
/external/error_prone/javac/
javac-9+181-r4173-1.jar
Completed in 243 milliseconds