Searched refs:MAGIC (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Virtualization/pvmfw/src/ |
D | instance.rs | 160 magic: [u8; Header::MAGIC.len()], 165 const MAGIC: &'static [u8] = b"Android-VM-instance"; constant 169 self.magic == Self::MAGIC && self.version() == Self::VERSION_1 in is_valid()
|
D | config.rs | 84 const MAGIC: u32 = u32::from_ne_bytes(*b"pvmf"); constant 215 if header.magic != Header::MAGIC { in new()
|
/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/ |
D | SatS2RangeFileReader.java | 58 memoryMapBlocks, file, SatS2RangeFileFormat.MAGIC, SatS2RangeFileFormat.VERSION); in open()
|
D | SatS2RangeFileFormat.java | 51 public static final char MAGIC = 0xCFAF; field in SatS2RangeFileFormat
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | BluetoothSnoopLogFilterProfileMapPreferenceControllerTest.java | 140 Assert.assertEquals(mode, BluetoothProperties.snoop_log_filter_profile_map_values.MAGIC); in onPreferenceChanged_turnOnBluetoothSnoopLogMagicFilterMap()
|
D | BluetoothSnoopLogFilterProfilePbapPreferenceControllerTest.java | 140 Assert.assertEquals(mode, BluetoothProperties.snoop_log_filter_profile_pbap_values.MAGIC); in onPreferenceChanged_turnOnBluetoothSnoopLogMagicFilterPbap()
|
/packages/services/Telephony/utils/satellite/s2storage/src/write/java/com/android/telephony/sats2range/write/ |
D | SatS2RangeFileWriter.java | 58 SatS2RangeFileFormat.MAGIC, SatS2RangeFileFormat.VERSION, outFile); in open()
|
/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/ |
D | TzS2RangeFileReader.java | 62 memoryMapBlocks, file, TzS2RangeFileFormat.MAGIC, TzS2RangeFileFormat.VERSION); in open()
|
/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/ |
D | TzS2RangeFileFormat.java | 51 public static final char MAGIC = 0xAFCF; field in TzS2RangeFileFormat
|
/packages/modules/GeoTZ/tzs2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/ |
D | TzS2RangeFileWriter.java | 62 TzS2RangeFileFormat.MAGIC, TzS2RangeFileFormat.VERSION, outFile); in open()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |