/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | OrientationManager.java | 94 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/ |
D | OrientationManagerImpl.java | 180 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/ |
D | ScanOnlyModeImpl.java | 48 public boolean isWifiStandardSupported(int standard) { in isWifiStandardSupported() argument 49 return mWifiNative.isWifiStandardSupported(mIfaceName, standard); in isWifiStandardSupported()
|
D | DefaultClientModeManager.java | 89 public boolean isWifiStandardSupported(int standard) { in isWifiStandardSupported() argument
|
D | ClientMode.java | 144 boolean isWifiStandardSupported(@WifiAnnotations.WifiStandard int standard); in isWifiStandardSupported() argument
|
D | SoftApManager.java | 2308 @WifiAnnotations.WifiStandard int standard = ScanResult.WIFI_STANDARD_UNKNOWN; in writeSoftApStoppedEvent() local 2312 standard = info.getWifiStandard(); in writeSoftApStoppedEvent() 2331 standard, in writeSoftApStoppedEvent()
|
D | ConcreteClientModeManager.java | 1492 public boolean isWifiStandardSupported(@WifiAnnotations.WifiStandard int standard) { in isWifiStandardSupported() argument 1493 return getClientMode().isWifiStandardSupported(standard); in isWifiStandardSupported()
|
D | WifiMetrics.java | 9545 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),
|
D | WifiNative.java | 4885 @WifiAnnotations.WifiStandard int standard) { 4891 return iface.phyCapabilities.isWifiStandardSupported(standard);
|
/packages/modules/GeoTZ/apex/com.android.geotz/resources/ |
D | offlineltzprovider.properties | 19 # This implementation uses Google's standard metrics reporting.
|
/packages/services/Car/tests/SampleVoiceAssistInputService/ |
D | readme.md | 32 partners non-standard handling of the voice assist key.
|
/packages/modules/GeoTZ/app/resources/ |
D | offlineltzprovider.properties | 23 # This implementation uses Google's standard metrics reporting.
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | ScanResult.java | 585 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()
|
D | IWifiManager.aidl | 205 boolean isWifiStandardSupported(int standard); in isWifiStandardSupported() argument
|
D | BaseWifiService.java | 375 public boolean isWifiStandardSupported(int standard) { in isWifiStandardSupported() argument
|
/packages/services/Car/tests/SampleCustomInputService/ |
D | readme.md | 32 partners non-standard events. They all represent hypothetical features for the sake of documentation
|
/packages/modules/Virtualization/vm_payload/ |
D | README.md | 51 - The [standard C library](https://developer.android.com/ndk/guides/stable_apis#c_library).
|
/packages/modules/AdServices/adservices/libraries/cobalt/proto/ |
D | encrypted_message.proto | 79 // The |ciphertext| field contains the bytes of the encryption of the standard
|
/packages/modules/Uwb/generic_ranging/proto/src/ |
D | multi_sensor_finder_configuration.proto | 264 // that it is skewed towardes -ve axis rather than the standard which is skewed
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 513 # 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/ |
D | dbreg_API_doxyfile | 513 # 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/ |
D | WifiManagerTest.java | 2970 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/ |
D | style_guide.md | 162 as it is a non-standard language extension and an equivalent standardized
|
/packages/modules/Virtualization/java/framework/ |
D | README.md | 225 standard socket API) and then trigger the `onPayloadReady()` callback; the app
|
/packages/modules/Virtualization/pvmfw/ |
D | README.md | 369 - the (optional) ramdisk in the standard `/chosen` node _e.g._
|