/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/ |
D | EapTestMessageDefinitions.java | 34 public static final String ID = "10"; field in EapTestMessageDefinitions 35 public static final int ID_INT = Integer.parseInt(ID, 16 /* radix */); 43 public static final byte[] EAP_REQUEST_AKA = hexStringToByteArray("01" + ID + "000817050000"); 45 hexStringToByteArray("01" + ID + "000A17" + EAP_REQUEST_TYPE_DATA); 47 hexStringToByteArray("01" + ID + "000501"); 49 hexStringToByteArray("01" + ID + "00050100"); 55 hexStringToByteArray("02" + ID + "001501" + EAP_IDENTITY_STRING); 57 hexStringToByteArray("02" + ID + "000501"); 59 hexStringToByteArray("01" + ID + "000802AABBCC"); 60 public static final byte[] EAP_SUCCESS_PACKET = hexStringToByteArray("03" + ID + "0004"); [all …]
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/mschapv2/ |
D | EapMsChapV2PacketDefinitions.java | 22 public static final String ID = "1F"; field in EapMsChapV2PacketDefinitions 23 public static final int ID_INT = Integer.parseInt(ID, 16 /* radix */); 32 hexStringToByteArray("01" + ID + "002E10" + CHALLENGE + SERVER_NAME); 38 hexStringToByteArray("01" + ID + "002406" + SHORT_CHALLENGE + SERVER_NAME); 40 hexStringToByteArray("01" + ID + "000110" + CHALLENGE + SERVER_NAME); 42 hexStringToByteArray("01" + ID + "00FF10" + CHALLENGE + SERVER_NAME); 55 + ID 86 "03" + ID + "0042" + FORMATTED_AUTH_STRING + SPACE_HEX + FORMATTED_MESSAGE); 88 hexStringToByteArray("03" + ID + "0031" + FORMATTED_AUTH_STRING + SPACE_HEX + "4D3D"); 90 hexStringToByteArray("03" + ID + "002E" + FORMATTED_AUTH_STRING); [all …]
|
/packages/modules/GeoTZ/s2storage/ |
D | README.md | 22 2. Next are the block infos, which hold metadata about all blocks in the file such as their ID, 23 a type ID, (optional) arbitrary "extra" bytes, and size / offset information for the block. 57 {start S2 cell ID (inclusive)}, {end S2 cell ID (exclusive)}, {time zone IDs} 60 The main usecase of the file is to lookup the time zone ID(s) (if any) for a given S2 cell ID. 67 stored using only a subset of the bits needed to store a full S2 cell ID. 69 Each logical S2 range data described above is subdivided into ranges with a common S2 cell ID 73 The time zone ID strings are also only stored once and are referenced indirectly, avoiding repeated 79 Suffix table block IDs are calculated by taking the prefix of the S2 cell ID being sought and 81 directly using the block's ID. 85 The `{prefix}` is computed by extracting the first `{X}` bits of the S2 cell ID. The `{prefix}` is [all …]
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | CarNotificationDiffTest.java | 51 private static final int ID = 1; field in CarNotificationDiffTest 99 ID, TAG, UID, INITIAL_PID, mNotificationBuilder1.build(), USER_HANDLE, in setupBaseActivityAndLayout() 102 ID, TAG, UID, INITIAL_PID, mNotificationBuilder1.build(), USER_HANDLE, in setupBaseActivityAndLayout() 105 ID, TAG, UID, INITIAL_PID, mNotificationBuilder2.build(), USER_HANDLE, in setupBaseActivityAndLayout() 192 ID, TAG, UID, INITIAL_PID, mNotificationBuilder1.build(), USER_HANDLE, in sameGroupUniqueIdentifiers_diffNotificationKey_shouldReturnFalse() 209 ID, TAG, UID, INITIAL_PID, mNotificationBuilder1.build(), USER_HANDLE, in sameGroupUniqueIdentifiers_sameChildrenNotification_shouldReturnTrue() 305 ID, TAG, UID, INITIAL_PID, oldNotification.build(), USER_HANDLE, in areBundleEqual_sameSize_shouldReturnTrue() 309 ID, TAG, UID, INITIAL_PID, newNotification.build(), USER_HANDLE, in areBundleEqual_sameSize_shouldReturnTrue() 349 AlertEntry oldAlertEntry = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, in areBundleEqual_diffSize_shouldReturnFalse() 352 AlertEntry newAlertEntry = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, in areBundleEqual_diffSize_shouldReturnFalse() [all …]
|
D | CarHeadsUpNotificationManagerTest.java | 65 private static final int ID = 1; field in CarHeadsUpNotificationManagerTest 185 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup() 188 new StatusBarNotification(PKG_2, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup() 192 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup() 195 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup() 199 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup() 202 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup() 206 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | HbpcdLookupProvider.java | 98 sIddProjectionMap.put(HbpcdLookup.ID, HbpcdLookup.ID); in sIddProjectionMap.put() argument 103 sLookupProjectionMap.put(HbpcdLookup.ID, HbpcdLookup.ID); in sLookupProjectionMap.put() argument 131 sRangeProjectionMap.put(HbpcdLookup.ID, HbpcdLookup.ID); in sRangeProjectionMap.put() argument 137 sNanpProjectionMap.put(HbpcdLookup.ID, HbpcdLookup.ID); in sNanpProjectionMap.put() argument 141 sArbitraryProjectionMap.put(HbpcdLookup.ID, HbpcdLookup.ID); in sArbitraryProjectionMap.put() argument
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 25 `DnsTlsQueryMap` handles ID renumbering and query-response pairing. 66 ## ID renumbering 68 `DnsTlsDispatcher` accepts queries that have colliding ID numbers and still sends them on 70 query a new ID for transmission, records the mapping from input IDs to sent IDs, and 73 `DnsTlsQueryMap` assigns each new query the ID number one greater than the largest 74 ID number of an outstanding query. This means that ID numbers are initially sequential 75 and usually small. If the largest possible ID number is already in use, 76 `DnsTlsQueryMap` will scan the ID space to find an available ID, or fail the query 77 if there are no available IDs. Queries will not block waiting for an ID number to
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | Menu.java | 81 sRowIdListForReason.add(ChannelsRow.ID); // REASON_GUIDE 82 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_PLAY 83 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_PAUSE 84 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_PLAY_PAUSE 85 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_REWIND 86 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_FAST_FORWARD 87 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_JUMP_TO_PREVIOUS 88 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_JUMP_TO_NEXT
|
D | MenuUpdater.java | 48 mMenu.update(ChannelsRow.ID); 56 mMenu.update(ChannelsRow.ID); 63 mMenu.update(TvOptionsRow.ID); 76 mMenu.update(PlayControlsRow.ID); in MenuUpdater() 105 mMenu.update(TvOptionsRow.ID); in onStreamInfoChanged()
|
/packages/modules/GeoTZ/s2storage/tools/src/proto/ |
D | geotz_protos.proto | 26 // All the time zone ID sets referenced by index from the ranges. 30 // S2 start cell ID, no overlaps, gaps permitted. 41 // An S2 cell range with the same time zone ID(s). 44 // The start S2 cell ID (inclusive). 47 // The end S2 cell ID (exclusive).
|
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/ |
D | PartnerBookmarksProvider.java | 88 PartnerBookmarksContract.Bookmarks.ID + " DESC, " 89 + PartnerBookmarksContract.Bookmarks.ID + " ASC"; 110 map.put(PartnerBookmarksContract.Bookmarks.ID, in map.put() argument 111 PartnerBookmarksContract.Bookmarks.ID); in map.put() 167 PartnerBookmarksContract.Bookmarks.ID + in createTable() 242 values.put(PartnerBookmarksContract.Bookmarks.ID, id); in addRootFolder() 262 PartnerBookmarksContract.Bookmarks.ID); in addDefaultBookmarks() 374 PartnerBookmarksContract.Bookmarks.ID + "=?"); in query() 416 new String[] {PartnerBookmarksContract.Bookmarks.ID}); in query()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/ |
D | voicemail_transcription.proto | 105 // The client may provide their own unique ID for this transcription. It 119 // Unique ID for the transcription. This ID is used for retrieving the 132 // Unique ID for the transcription. This ID was returned by 174 // retrieved using the returned ID. 179 // Returns the transcript corresponding to the given ID, which was returned
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/conditional/ |
D | ConditionManagerTest.java | 40 private static final long ID = 123L; field in ConditionManagerTest 56 when(mController.getId()).thenReturn(ID); in setUp() 71 mManager.onPrimaryClick(mContext, ID); in onPrimaryClick_shouldRelayToController() 78 mManager.onActionClick(ID); in onActionClick_shouldRelayToController()
|
/packages/modules/GeoTZ/data_pipeline/src/main/proto/ |
D | s2_protos.proto | 28 // The time zone ID associated with the S2 polygons. 53 // The time zone ID associated with the S2 cells. 61 // The start s2 cell ID (inclusive). 63 // The end s2 cell ID (exclusive).
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/conditional/ |
D | RingerVibrateConditionController.java | 29 static final int ID = Objects.hash("RingerVibrateConditionController"); field in RingerVibrateConditionController 41 return ID; in getId() 52 .setConditionId(ID) in buildContextualCard()
|
D | RingerMutedConditionController.java | 29 static final int ID = Objects.hash("RingerMutedConditionController"); field in RingerMutedConditionController 40 return ID; in getId() 51 .setConditionId(ID) in buildContextualCard()
|
D | BackgroundDataConditionController.java | 31 static final int ID = Objects.hash("BackgroundDataConditionController"); field in BackgroundDataConditionController 46 return ID; in getId() 68 .setConditionId(ID) in buildContextualCard()
|
D | NightDisplayConditionController.java | 34 static final int ID = Objects.hash("NightDisplayConditionController"); field in NightDisplayConditionController 50 return ID; in getId() 75 .setConditionId(ID) in buildContextualCard()
|
D | BatterySaverConditionController.java | 34 static final int ID = Objects.hash("BatterySaverConditionController"); field in BatterySaverConditionController 51 return ID; in getId() 77 .setConditionId(ID) in buildContextualCard()
|
D | AirplaneModeConditionController.java | 35 static final int ID = Objects.hash("AirplaneModeConditionController"); field in AirplaneModeConditionController 54 return ID; in getId() 76 .setConditionId(ID) in buildContextualCard()
|
D | GrayscaleConditionController.java | 36 static final int ID = Objects.hash("GrayscaleConditionController"); field in GrayscaleConditionController 60 return ID; in getId() 92 .setConditionId(ID) in buildContextualCard()
|
/packages/modules/DnsResolver/tests/testdata/ |
D | getaddrinfo.topsite.google.pbtxt | 22 "\x00\x00" # Transaction ID: 0x0000 34 "\x00\x00" # Transaction ID: 0x0000 56 "\x00\x00" # Transaction ID: 0x0000 68 "\x00\x00" # Transaction ID: 0x0000
|
/packages/apps/Dialer/java/com/android/dialer/speeddial/database/ |
D | SpeedDialEntryDatabaseHelper.java | 54 private static final String ID = "id"; field in SpeedDialEntryDatabaseHelper 78 + (ID + " integer primary key, ") 224 ID + " = ?", in update() 244 values.put(ID, entry.id()); in buildContentValues() 275 Selection selection = Selection.builder().and(Selection.column(ID).in(idStrings)).build(); in delete()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
D | BasicParameterInt.java | 28 public final int ID; field in BasicParameterInt 45 ID = id; in BasicParameterInt() 50 ID = id; in BasicParameterInt()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortDimensionTest.java | 39 private static final int ID = 1; field in SortDimensionTest 55 .withId(ID) in setUp() 66 assertEquals(ID, mDimension.getId()); in testBuilder()
|