Searched refs:detected (Results 1 – 14 of 14) sorted by relevance
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 26 * Report the detected speaker impedance value. 29 * location and a detected milli ohms. 34 * Report the detected failure of a hardware component. 42 * Report the detection of a physical drop event, as detected by 46 * confidence that a drop occured, peak detected acceleration, and the
|
D | types.hal | 20 * Represents the detected speaker impedance value. 31 /* The detected impedance in milliOhms. */ 78 * Represents a physical drop detected event.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/protoc-artifacts/ |
D | README.md | 45 that is different from what Java has detected, as long as you have the proper 48 You can override the Maven properties ``os.detected.name`` and 49 ``os.detected.arch`` to force the script to generate binaries for a specific OS 54 - ``os.detected.name``: ``linux``, ``osx``, ``windows``. 55 - ``os.detected.arch``: ``x86_32``, ``x86_64`` 60 $ mvn install -Dos.detected.arch=x86_32 99 ``-Dos.detected.arch=x86_32``
|
/frameworks/base/services/core/java/com/android/server/slice/ |
D | SliceManagerService.java | 487 ComponentName detected = null; in getDefaultHome() local 489 detected = defaultLauncher; in getDefaultHome() 492 if (detected == null) { in getDefaultHome() 510 detected = ri.activityInfo.getComponentName(); in getDefaultHome() 514 return detected != null ? detected.getPackageName() : null; in getDefaultHome()
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 186 // Inform the user that a wrong password was detected while attempting to connect 223 // Inform the user that the contaminant is detected on the USB port 240 // A captive portal was detected during network validation 250 // A partial connectivity network was detected during network validation
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 2400 final ComponentName detected = getDefaultLauncher(userId); in hasShortcutHostPermissionInner() local 2403 user.setLauncher(detected); in hasShortcutHostPermissionInner() 2404 if (detected != null) { in hasShortcutHostPermissionInner() 2406 Slog.v(TAG, "Detected launcher: " + detected); in hasShortcutHostPermissionInner() 2408 return detected.getPackageName().equals(packageName); in hasShortcutHostPermissionInner() 2434 ComponentName detected = null; in getDefaultLauncher() local 2436 detected = defaultLauncher; in getDefaultLauncher() 2438 Slog.v(TAG, "Default launcher from PM: " + detected); in getDefaultLauncher() 2441 detected = user.getLastKnownLauncher(); in getDefaultLauncher() 2443 if (detected != null) { in getDefaultLauncher() [all …]
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | TextClassifierImpl.java | 745 final Locale detected = new Locale(language); in generateLanguageBundles() local 749 if (deviceLocales.get(i).getLanguage().equals(detected.getLanguage())) { in generateLanguageBundles() 754 detected.getLanguage(), score, getLangIdImpl().getVersion()); in generateLanguageBundles()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbPortManager.java | 537 public void simulateContaminantStatus(String portId, boolean detected, in simulateContaminantStatus() argument 547 + ", wet=" + detected); in simulateContaminantStatus() 548 portInfo.contaminantDetectionStatus = detected in simulateContaminantStatus()
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 104 // it means that Internet connectivity was successfully detected.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/ |
D | README.md | 199 re-compiling. This problem, when it occurs, will normally be detected
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 183 been correctly detected.
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 213 …red in SysUI, the interface version is specified. Whenever a plugin is detected, the first thing …
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 2892 // Id of the alert (i.e. name of the anomaly that was detected). 3297 * Logs when a system health issue is detected. 3304 // Type of issue detected.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 3470 // ACTION: A captive portal was detected during network validation 5504 // FIELD: number of links detected.
|