Home
last modified time | relevance | path

Searched refs:standard (Results 1 – 25 of 63) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DOrientationManager.java94 boolean standard = displayRotation < 180; in calculateCurrentScreenOrientation()
97 return standard in calculateCurrentScreenOrientation()
106 standard = !standard; in calculateCurrentScreenOrientation()
108 return standard in calculateCurrentScreenOrientation()
/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManagerImpl.java180 boolean standard = displayRotation < 180; in calculateCurrentScreenOrientation()
183 return standard in calculateCurrentScreenOrientation()
192 standard = !standard; in calculateCurrentScreenOrientation()
194 return standard in calculateCurrentScreenOrientation()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanOnlyModeImpl.java48 public boolean isWifiStandardSupported(int standard) { in isWifiStandardSupported() argument
49 return mWifiNative.isWifiStandardSupported(mIfaceName, standard); in isWifiStandardSupported()
DDefaultClientModeManager.java89 public boolean isWifiStandardSupported(int standard) { in isWifiStandardSupported() argument
DClientMode.java144 boolean isWifiStandardSupported(@WifiAnnotations.WifiStandard int standard); in isWifiStandardSupported() argument
DSoftApManager.java2308 @WifiAnnotations.WifiStandard int standard = ScanResult.WIFI_STANDARD_UNKNOWN; in writeSoftApStoppedEvent() local
2312 standard = info.getWifiStandard(); in writeSoftApStoppedEvent()
2331 standard, in writeSoftApStoppedEvent()
DConcreteClientModeManager.java1492 public boolean isWifiStandardSupported(@WifiAnnotations.WifiStandard int standard) { in isWifiStandardSupported() argument
1493 return getClientMode().isWifiStandardSupported(standard); in isWifiStandardSupported()
DWifiMetrics.java9545 private static int getSoftApStoppedStandard(@WifiAnnotations.WifiStandard int standard) {
9546 switch (standard) {
9562 Log.wtf(TAG, "getSoftApStoppedStandard: unknown standard " + standard);
9627 @WifiAnnotations.WifiStandard int standard,
9643 getSoftApStoppedStandard(standard),
DWifiNative.java4885 @WifiAnnotations.WifiStandard int standard) {
4891 return iface.phyCapabilities.isWifiStandardSupported(standard);
/packages/modules/GeoTZ/apex/com.android.geotz/resources/
Dofflineltzprovider.properties19 # This implementation uses Google's standard metrics reporting.
/packages/services/Car/tests/SampleVoiceAssistInputService/
Dreadme.md32 partners non-standard handling of the voice assist key.
/packages/modules/GeoTZ/app/resources/
Dofflineltzprovider.properties23 # This implementation uses Google's standard metrics reporting.
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java585 public void setWifiStandard(@WifiStandard int standard) { in setWifiStandard() argument
586 mWifiStandard = standard; in setWifiStandard()
593 public static @Nullable String wifiStandardToString(@WifiStandard int standard) { in wifiStandardToString() argument
594 switch(standard) { in wifiStandardToString()
DIWifiManager.aidl205 boolean isWifiStandardSupported(int standard); in isWifiStandardSupported() argument
DBaseWifiService.java375 public boolean isWifiStandardSupported(int standard) { in isWifiStandardSupported() argument
/packages/services/Car/tests/SampleCustomInputService/
Dreadme.md32 partners non-standard events. They all represent hypothetical features for the sake of documentation
/packages/modules/Virtualization/vm_payload/
DREADME.md51 - The [standard C library](https://developer.android.com/ndk/guides/stable_apis#c_library).
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dencrypted_message.proto79 // The |ciphertext| field contains the bytes of the encryption of the standard
/packages/modules/Uwb/generic_ranging/proto/src/
Dmulti_sensor_finder_configuration.proto264 // that it is skewed towardes -ve axis rather than the standard which is skewed
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile513 # provided by doxygen. Whatever the program writes to standard output
701 # to standard output. If FILTER_PATTERNS is specified, this tag will be
822 # standard header.
828 # standard footer.
1069 # standard header. Notice: only use this tag if you know what you are doing!
1405 # which can be done by putting it in a standard location or by setting the
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile513 # provided by doxygen. Whatever the program writes to standard output
701 # to standard output. If FILTER_PATTERNS is specified, this tag will be
822 # standard header.
828 # standard footer.
1069 # standard header. Notice: only use this tag if you know what you are doing!
1405 # which can be done by putting it in a standard location or by setting the
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java2970 int standard = ScanResult.WIFI_STANDARD_11AX; in testIsWifiStandardSupported() local
2971 when(mWifiService.isWifiStandardSupported(standard)).thenReturn(true); in testIsWifiStandardSupported()
2972 assertTrue(mWifiManager.isWifiStandardSupported(standard)); in testIsWifiStandardSupported()
2973 verify(mWifiService).isWifiStandardSupported(standard); in testIsWifiStandardSupported()
/packages/modules/Bluetooth/system/doc/
Dstyle_guide.md162 as it is a non-standard language extension and an equivalent standardized
/packages/modules/Virtualization/java/framework/
DREADME.md225 standard socket API) and then trigger the `onPayloadReady()` callback; the app
/packages/modules/Virtualization/pvmfw/
DREADME.md369 - the (optional) ramdisk in the standard `/chosen` node _e.g._

123