Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 60) sorted by relevance

123

/packages/apps/Camera2/src/com/android/camera/one/v2/
DAutoFocusHelper.java79 boolean missing = result.get(CaptureResult.CONTROL_AF_STATE) == null; in checkControlAfState()
80 if (missing) { in checkControlAfState()
84 return !missing; in checkControlAfState()
92 boolean missing = result.get(CaptureResult.LENS_STATE) == null; in checkLensState()
93 if (missing) { in checkLensState()
97 return !missing; in checkLensState()
/packages/apps/Car/Settings/src/com/android/car/settings/network/
DSubscriptionUtils.java50 List<UiccSlotInfo> missing = new ArrayList<>(); in getAvailableSubscriptions() local
64 missing.add(slotInfo); in getAvailableSubscriptions()
69 if (!missing.isEmpty()) { in getAvailableSubscriptions()
71 for (UiccSlotInfo slotInfo : missing) { in getAvailableSubscriptions()
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
Domr1.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
30 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
45 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
60 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
75 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dunittest.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
31 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dhdrnet-bm.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent
Dhdrnet.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dcpu.txt16 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dold.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/
DPermissionFragment.java98 Collection<String> missing = new HashSet<>(); in requestMissingRequiredPermissions() local
104 missing.add(permission); in requestMissingRequiredPermissions()
109 if (!missing.isEmpty()) { in requestMissingRequiredPermissions()
110 requestPermissions(missing.toArray(new String[0]), REQUEST_REQUIRED_PERMISSIONS); in requestMissingRequiredPermissions()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DSidebarBot.java110 List<String> missing = new ArrayList<>(); in assertRootsPresent() local
113 missing.add(label); in assertRootsPresent()
116 if (!missing.isEmpty()) { in assertRootsPresent()
118 "Expected roots " + Arrays.asList(labels) + ", but missing " + missing); in assertRootsPresent()
/packages/modules/Wifi/framework/tests/assets/pps/
DREADME.txt4 PerProviderSubscription_MissingValue.xml - FriendlyName node is missing Value
5 PerProviderSubscription_MissingName.xml - HomeSP node is missing NodeName
/packages/services/BuiltInPrintService/jni/
DAndroid.bp31 "-Wno-missing-field-initializers",
34 "-Wno-missing-braces",
/packages/modules/Bluetooth/system/build/dpkg/libchrome/debian/patches/
Dseries1 0001-Add-missing-includes.patch
D0001-Add-missing-includes.patch4 Subject: [PATCH] Add missing includes
/packages/modules/Wifi/framework/tests/assets/hsr1/
DREADME.txt4 HSR1ProfileWithMissingBoundary.base64 - base64 encoded installation file with missing end-boundary …
/packages/apps/Test/connectivity/sl4n/
DAndroid.bp58 "-Wno-missing-field-initializers",
/packages/services/Car/obd2-lib/
DAndroid.bp30 //disble build in PDK, missing aidl import breaks build
/packages/services/Car/cpp/watchdog/testclient/
DAndroid.bp26 "-Wno-missing-field-initializers",
/packages/modules/Bluetooth/system/build/dpkg/
DREADME.txt10 mentioning the list of missing packages
/packages/modules/Permission/SafetyCenter/ConfigLintChecker/
Djarjar-rules.txt4 # at runtime. The assumption is that if a *relevant* reference is missing, then it must mean that
/packages/services/Car/cpp/powerpolicy/client/
DAndroid.bp23 "-Wno-missing-field-initializers",
/packages/services/Car/cpp/libsysfsmonitor/
DAndroid.bp23 "-Wno-missing-field-initializers",
/packages/services/Car/cpp/displayproxy/
DAndroid.bp25 "-Wno-missing-field-initializers",
/packages/services/Car/cpp/security/vehicle_binding_util/
DAndroid.bp23 "-Wno-missing-field-initializers",
/packages/apps/Car/Settings/
Dproguard.flags24 # Unexpected reference to missing service class: META-INF/services/javax.annotation.processing.Proc…

123