Home
last modified time | relevance | path

Searched defs:modified (Results 1 – 25 of 51) sorted by relevance

123

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/internal/net/
H A DVpnProfileTest.java122 final VpnProfile modified = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEquals() local
124 assertNotEquals(getSampleIkev2Profile(DUMMY_PROFILE_KEY), modified); in testEquals() local
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DProgramInfoCache.java158 Set<RadioManager.ProgramInfo> modified = new ArraySet<>(); in filterAndUpdateFromInternal() local
197 Set<RadioManager.ProgramInfo> modified = new ArraySet<>(); in filterAndApplyChunkInternal() local
253 @Nullable Collection<RadioManager.ProgramInfo> modified, int maxNumModifiedPerChunk, in buildChunks()
H A DConversionUtils.java562 Set<RadioManager.ProgramInfo> modified = new ArraySet<>(chunk.modified.length); in chunkFromHalProgramListChunk() local
633 Set<RadioManager.ProgramInfo> modified = new ArraySet<>(); in convertChunkToTargetSdkVersion() local
/aosp12/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DProgramInfoCache.java139 Set<RadioManager.ProgramInfo> modified = new HashSet<>(); in filterAndUpdateFromInternal() local
176 Set<RadioManager.ProgramInfo> modified = new HashSet<>(); in filterAndApplyChunkInternal() local
234 @Nullable Collection<RadioManager.ProgramInfo> modified, int maxNumModifiedPerChunk, in buildChunks()
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DAidlTestUtils.java125 List<RadioManager.ProgramInfo> modified, List<ProgramSelector.Identifier> removed) { in makeHalChunk()
141 ProgramInfo[] modified, ProgramIdentifier[] removed) { in makeHalChunk()
151 List<RadioManager.ProgramInfo> modified, in makeChunk()
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DProgramInfoCache.java139 Set<RadioManager.ProgramInfo> modified = new HashSet<>(); in filterAndUpdateFromInternal() local
176 Set<RadioManager.ProgramInfo> modified = new HashSet<>(); in filterAndApplyChunkInternal() local
235 @Nullable Collection<RadioManager.ProgramInfo> modified, int maxNumModifiedPerChunk, in buildChunks()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipAttachmentFormat.java71 String created, String modified) { in BipAttachmentFormat()
102 Date created, Date modified) { in BipAttachmentFormat()
H A DBipImageProperties.java209 String modified = xpp.getAttributeValue(null, "modified"); in parse() local
364 BipDateTime modified = format.getModifiedDate(); in toString() local
/aosp12/frameworks/native/cmds/installd/
H A DCacheItem.h52 time_t modified; variable
/aosp12/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DStartProgramListUpdatesFanoutTest.java290 private void updateHalProgramInfo(boolean purge, List<RadioManager.ProgramInfo> modified, in updateHalProgramInfo()
309 boolean purge, List<RadioManager.ProgramInfo> modified, in verifyAidlClientReceivedChunk()
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DStartProgramListUpdatesFanoutTest.java296 private void updateHalProgramInfo(boolean purge, List<RadioManager.ProgramInfo> modified, in updateHalProgramInfo()
315 boolean purge, List<RadioManager.ProgramInfo> modified, in verifyAidlClientReceivedChunk()
/aosp12/build/soong/cmd/diff_target_files/
H A Dcompare.go53 modified [][2]*ZipArtifactFile member
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipAttachmentFormatTest.java50 String created, String modified, Date expectedCreated, boolean isCreatedUtc, in testParse()
76 Date created, Date modified) { in testCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DAllModel.kt49 private var modified = false regex
H A DFavoritesModel.kt50 private var modified = false regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DAllModel.kt49 private var modified = false regex
H A DFavoritesModel.kt50 private var modified = false regex
/aosp12/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser.cpp120 bool modified = false; in CollapseVersions() local
/aosp14/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser.cpp120 bool modified = false; in CollapseVersions() local
/aosp12/frameworks/native/libs/ui/tests/
H A DRegion_test.cpp49 Region modified = Region::createTJunctionFreeRegion(original); in checkTJunctionFreeFromRegion() local
/aosp12/art/runtime/gc/accounting/
H A Dcard_table-inl.h139 const ModifiedVisitor& modified) { in ModifyCardsAtomic()
/aosp12/frameworks/base/core/java/android/app/
H A DAutomaticZenRule.java228 public void setModified(boolean modified) { in setModified()
/aosp14/frameworks/base/core/java/android/app/
H A DAutomaticZenRule.java237 public void setModified(boolean modified) { in setModified()
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp294 ConfigDescription modified = base; in ModifyConfigForPseudoLocale() local
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp298 ConfigDescription modified = base; in ModifyConfigForPseudoLocale() local

123