Home
last modified time | relevance | path

Searched refs:information (Results 1 – 25 of 146) sorted by relevance

123456

/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/
DSafetySourceStateCollectedLoggingHelperTests.kt76 safetyCenterTestHelper.setData(SOURCE_ID_1, safetySourceTestData.information) in setSafetySourceData_source1()
92 Response.SetData(safetySourceTestData.information), in refreshAllSources_reasonPageOpen_allSuccessful()
102 Response.SetData(safetySourceTestData.information), in refreshAllSources_twiceSameData_allSuccessful()
112 Response.SetData(safetySourceTestData.information), in refreshAllSources_twiceDifferentData_onlySource1Unchanged()
117 Response.SetData(safetySourceTestData.information), in refreshAllSources_twiceDifferentData_onlySource1Unchanged()
118 Response.SetData(safetySourceTestData.information), in refreshAllSources_twiceDifferentData_onlySource1Unchanged()
119 Response.SetData(safetySourceTestData.information) in refreshAllSources_twiceDifferentData_onlySource1Unchanged()
126 Response.SetData(safetySourceTestData.information), in refreshAllSources_reasonPageOpen_oneError()
127 Response.SetData(safetySourceTestData.information), in refreshAllSources_reasonPageOpen_oneError()
134 simulateRefresh(Response.SetData(safetySourceTestData.information), Response.Error, null) in refreshAllSources_reasonPageOpen_oneSuccessOneErrorOneTimeout()
[all …]
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterManagerTest.kt283 safetySourceTestData.information in setSafetySourceData_sourceInStatelessGroupNotUnspecified_throwsIllegalArgumentException()
386 val dataToSet = safetySourceTestData.information in setSafetySourceData_withMaxSevZeroAndSourceSevInformation_setsValue()
887 Response.SetData(safetySourceTestData.information) in refreshSafetySources_withRefreshReasonPageOpen_sourceSendsPageOpenData()
896 assertThat(apiSafetySourceData).isEqualTo(safetySourceTestData.information) in refreshSafetySources_withRefreshReasonPageOpen_sourceSendsPageOpenData()
905 Response.SetData(safetySourceTestData.information) in refreshSafetySources_allowsRefreshingInAForegroundService()
914 assertThat(apiSafetySourceData).isEqualTo(safetySourceTestData.information) in refreshSafetySources_allowsRefreshingInAForegroundService()
920 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.information) in refreshSafetySources_reasonPageOpen_noConditionsMet_noBroadcastSent()
935 assertThat(apiSafetySourceData).isEqualTo(safetySourceTestData.information) in refreshSafetySources_reasonPageOpen_noConditionsMet_noBroadcastSent()
941 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.information) in refreshSafetySources_reasonPageOpen_allowedByConfig_broadcastSent()
959 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.information) in refreshSafetySources_whenSourceClearsData_sourceSendsNullData()
[all …]
/packages/apps/Settings/src/com/android/settings/fuelgauge/protos/
Dfuelgauge_usage_state.proto7 // Stores device battery relative information.
15 // Records device battery relative information.
21 // Records the timestamp relative information.
25 // Records app relative information.
28 // Records the battery usage relative information.
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ui/
DSafetyCenterStatusCardTest.kt110 preSetDataOnT(SINGLE_SOURCE_ID, safetySourceTestData.information) in withInformationAndNoIssues_hasRescanButton()
113 Response.SetData(safetySourceTestData.information) in withInformationAndNoIssues_hasRescanButton()
128 preSetDataOnT(SINGLE_SOURCE_ID, safetySourceTestData.information) in withInformationAndNoIssues_hasContentDescriptions()
131 Response.SetData(safetySourceTestData.information) in withInformationAndNoIssues_hasContentDescriptions()
207 preSetDataOnT(SINGLE_SOURCE_ID, safetySourceTestData.information) in withKnownStatus_displaysScanningOnRescan()
210 Response.SetData(safetySourceTestData.information) in withKnownStatus_displaysScanningOnRescan()
231 preSetDataOnT(SINGLE_SOURCE_ID, safetySourceTestData.information) in rescan_updatesDataAfterScanCompletes()
234 Response.SetData(safetySourceTestData.information) in rescan_updatesDataAfterScanCompletes()
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto26 // Session information that gets logged for every BT connection.
29 // Session information that gets logged for every Pair event.
35 // Scan event information.
60 // The information about the device.
113 // The information about the device which it is connected to.
116 // The information about the RFComm session.
119 // The information about the A2DP audio session.
143 // Session information that gets logged for A2DP session.
184 // The information about the device which it is paired to.
/packages/modules/GeoTZ/tzs2storage/
DREADME.md18 com.android.storage classes for more information.
20 Block file format information
23 A "block file" is a general-purpose file format containing a small amount of header information,
30 a type ID, (optional) arbitrary "extra" bytes, and size / offset information for the block.
40 Packed tables may contain some (optional) shared information that applies to all records in the
45 TZ S2 data file format information
59 information needed to locate and interpret the data storage blocks.
106 For more information on suffix table storage, see the Suffix Table Blocks section below.
114 The header contains format information needed to address the suffix table blocks
115 and the block format information needed to interpret those blocks. It also
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/docs/
Dstyle_guide.md11 information compared to lengthy technical terms
20 which specification document the reader can consult for more information.
79 explains the purpose of the file and covers other meta-information that may be
81 structured, but the following information should be covered.
90 high-level information about:
92 * Usage information (unless the usage is self-documenting)
116 or usage instructions, as well as information about how to contribute, and
117 more. All of Floss’s binaries should have such information documented in a
119 information belongs in a binary’s main file, a binary’s top-level directory, or
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/impl/
DGetDeviceCheckInStatusGrpcResponseWrapper.java209 private NextStepInformation(@NonNull NextCheckinInformation information) { in NextStepInformation() argument
210 mNextCheckInInformation = information; in NextStepInformation()
214 private NextStepInformation(@NonNull DeviceProvisioningInformation information) { in NextStepInformation() argument
216 mDeviceProvisioningInformation = information; in NextStepInformation()
/packages/modules/GeoTZ/s2storage/
DREADME.md22 Block file format information
25 A "block file" is a general-purpose file format containing a small amount of header information,
32 a type ID, (optional) arbitrary "extra" bytes, and size / offset information for the block.
42 Packed tables may contain some (optional) shared information that applies to all records in the
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/flex_event/
Dflex_event_with_coarse_destinations.json41 // coarse_event_report_destinations, which increases information gain beyond the limit.
75 // coarse_event_report_destinations, which stays within the information limit.
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/flex_lite/
Dflex_lite_with_coarse_destinations.json30 // coarse_event_report_destinations, which increases information gain beyond the limit.
56 // coarse_event_report_destinations, which stays within the information limit.
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/attribution_scope/
Dattribution_scope_information_gain.json9 // Rejected due to information gain too high.
46 // Rejected due to information gain too high.
/packages/services/Telephony/testapps/TestSliceApp/app/
Dproguard-rules.pro15 # Uncomment this to preserve the line number information for
19 # If you keep the line number information, uncomment this to
/packages/providers/MediaProvider/tools/photopicker-gradle/app/
Dproguard-rules.pro15 # Uncomment this to preserve the line number information for
19 # If you keep the line number information, uncomment this to
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/
Dproguard-rules.pro15 # Uncomment this to preserve the line number information for
19 # If you keep the line number information, uncomment this to
/packages/modules/Bluetooth/android/leaudio/app/
Dproguard-rules.pro15 # Uncomment this to preserve the line number information for
19 # If you keep the line number information, uncomment this to
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt108 safetyCenterTestHelper.setData(uniqueSafetySourceId, safetySourceTestData.information) in setSafetySourceData_withNoIssue_noNotification()
544 val data2 = safetySourceTestData.information in setSafetySourceData_twiceRemovingAnIssue_cancelsNotification()
564 val data2 = safetySourceTestData.information in setSafetySourceData_removingAnIssue_afterFlagTurnedOff_noNotificationChanges()
943 Response.SetData(safetySourceTestData.information) in sendActionPendingIntent_successful_updatesListener()
975 Response.SetData(safetySourceTestData.information) in sendActionPendingIntent_successfulNoSuccessMessage_removesNotification()
1003 Response.SetData(safetySourceTestData.information) in sendActionPendingIntent_successfulWithSuccessMessage_successNotification()
1034 Response.SetData(safetySourceTestData.information) in successNotification_notificationHasAutoCancel()
1066 Response.SetData(safetySourceTestData.information) in sendActionPendingIntent_flagDisabled_pendingIntentNotSentToSource()
1096 safetySourceTestData.information, in sendActionPendingIntent_sourceStateChangedSafetyEvent_successNotification()
1171 Response.SetData(safetySourceTestData.information) in sendActionPendingIntent_actionIdDiffersFromIssueActionId_successNotification()
DSafetyCenterManagerTest.kt836 Response.SetData(safetySourceTestData.information) in <lambda>()
867 Response.SetData(safetySourceTestData.information) in <lambda>()
869 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.information) in <lambda>()
892 Response.SetData(safetySourceTestData.information) in <lambda>()
916 Response.SetData(safetySourceTestData.information) in <lambda>()
918 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.information) in <lambda>()
938 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.information) in <lambda>()
957 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.information) in <lambda>()
978 assertThat(apiSafetySourceDataBeforeSettingFlag).isEqualTo(safetySourceTestData.information) in <lambda>()
988 Response.SetData(safetySourceTestData.information) in <lambda>()
[all …]
/packages/apps/Dialer/java/com/android/dialer/logging/
Dcontact_source.proto12 // information for the phone number, this field indicates its source.
33 // Number has Caller Name Presentation (CNAP) information. Calls in this
/packages/modules/Bluetooth/system/gd/rust/linux/service/
DREADME.md4 TODO: Fill in some more information about the Floss service
11 out across multiple source files. In general, you can find relevant information
/packages/modules/Permission/tests/functional/safetycenter/safetycenteractivity/src/android/safetycenter/functional/ui/
DSafetyCenterActivityTest.kt294 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.information) in updatingSafetySourceData_updatesDisplayedSafetyData()
342 safetyCenterTestHelper.setData(SOURCE_ID_1, safetySourceTestData.information) in entryListWithEntryGroup_informationState_hasContentDescription()
343 safetyCenterTestHelper.setData(SOURCE_ID_2, safetySourceTestData.information) in entryListWithEntryGroup_informationState_hasContentDescription()
344 safetyCenterTestHelper.setData(SOURCE_ID_3, safetySourceTestData.information) in entryListWithEntryGroup_informationState_hasContentDescription()
363 safetyCenterTestHelper.setData(SOURCE_ID_2, safetySourceTestData.information) in entryListWithEntryGroup_recommendationState_hasActionsNeededContentDescription()
364 safetyCenterTestHelper.setData(SOURCE_ID_3, safetySourceTestData.information) in entryListWithEntryGroup_recommendationState_hasActionsNeededContentDescription()
446 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.information) in entryListWithSingleSource_informationState_hasContentDescription()
478 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.information) in entryListWithSingleSource_clickingTheUpdatedEntry_redirectsToDifferentScreen()
556 waitSourceDataDisplayed(safetySourceTestData.information) in issueCard_greenIssue_noDismissalConfirmationAndDismisses()
1412 val sourceTestData = safetySourceTestData.information in launchSafetyCenter_enableSubpagesFlagOnT_stillShowsExpandAndCollapseEntries()
/packages/modules/AdServices/adservices/service-core/proto/
Dseller_frontend_service.proto87 // Seller specific signals that include information about the context
94 // This information is required for both bidding and auction.
118 // information that SDK or app knows about and that adtech's bidding
122 // A JSON object constructed by the browser, containing information that
217 // Buyer may provide additional contextual information that could help in
/packages/services/Mms/proto/src/
Dpersist_mms_atoms.proto28 /* Incoming MMS statistics and information. */
34 /* Outgoing MMS statistics and information. */
/packages/modules/Wifi/framework/java/android/net/wifi/
DUriParserResults.java79 @Nullable String information, in UriParserResults() argument
83 mInformation = information; in UriParserResults()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
Dphone_lookup_info.proto9 // Contains information about a phone number, possibly from many sources.
81 // Empty if there is no CP2 contact information for the number.
84 // The information for this number is incomplete. This can happen when the
87 // log needs to query for the CP2 information at render time.

123456