/aosp12/frameworks/ex/common/java/com/android/common/widget/ |
H A D | CompositeCursorAdapter.java | 36 boolean hasHeader; field in CompositeCursorAdapter.Partition 44 this.hasHeader = hasHeader; in Partition() 55 return hasHeader; in getHasHeader() 179 if (partition.hasHeader) { in ensureCacheValid() 194 public boolean hasHeader(int partition) { in hasHeader() method in CompositeCursorAdapter 195 return mPartitions.get(partition).hasHeader; in hasHeader() 266 if (partition.hasHeader) { in getOffsetInPartition() 318 if (mPartitions.get(i).hasHeader) { in getItemViewType() 429 if (mPartition.hasHeader) { in getItem() 457 if (mPartition.hasHeader) { in getItemId() [all …]
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | CompositeAdapter.java | 37 public Partition(final boolean showIfEmpty, final boolean hasHeader, in Partition() argument 40 this.mHasHeader = hasHeader; in Partition() 51 public boolean hasHeader() { in hasHeader() method in CompositeAdapter.Partition 150 if (mPartitions[i].hasHeader() && in getPartitionAtPosition() 202 if (partition.hasHeader() && offset == 0 && in getItem() 224 if (partition.hasHeader() && offset == 0 && in getItemId() 246 if (partition.hasHeader() && offset == 0 && in isEnabled() 268 if (partition.hasHeader() && in getView()
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/javatests/com/android/libraries/rcs/simpleclient/protocol/sip/ |
H A D | SipUtilsTest.java | 129 assertThat(request.hasHeader("Conversation-ID")).isTrue(); in buildInvite_returnExpectedInviteMessage() 130 assertThat(request.hasHeader("Contribution-ID")).isTrue(); in buildInvite_returnExpectedInviteMessage() 131 assertThat(request.hasHeader("Accept-Contact")).isTrue(); in buildInvite_returnExpectedInviteMessage() 132 assertThat(request.hasHeader("Security-Verify")).isTrue(); in buildInvite_returnExpectedInviteMessage()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardStatusView.java | 106 final boolean hasHeader = mKeyguardSlice.hasHeader(); in onSliceContentChanged() 107 if (mShowingHeader == hasHeader) { in onSliceContentChanged() 110 mShowingHeader = hasHeader; in onSliceContentChanged()
|
H A D | KeyguardSliceViewController.java | 213 boolean hasHeader = in showSlice() 223 mClickActions = mView.showSlice(hasHeader ? headerContent : null, subItems); in showSlice()
|
H A D | KeyguardSliceView.java | 122 public boolean hasHeader() { in hasHeader() method in KeyguardSliceView
|
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | XmpDepthDecode.java | 268 private static boolean hasHeader(byte[] data, String header) { in hasHeader() method in XmpDepthDecode 298 if (hasHeader(header, XMP_EXTENSION_HEADER) && skipExtendedContent) { in readSection() 347 if (hasHeader(section.data, XMP_HEADER)) { in parseFirstValidXMPSection() 375 if (hasHeader(section.data, extendedHeader)) { in checkExtendedSectionExists() 400 if (hasHeader(section.data, extendedHeader)) { in parseExtendedXMPSections()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
H A D | CitySelectionActivity.kt | 269 val headerCount = if (hasHeader()) 1 else 0 274 if (hasHeader()) { 351 return if (hasHeader() && position == 0) { 384 if (hasHeader()) { 489 private fun hasHeader(): Boolean { regex 510 if (hasHeader()) {
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | DirectoryPartition.java | 45 public DirectoryPartition(boolean showIfEmpty, boolean hasHeader) { in DirectoryPartition() argument 46 super(showIfEmpty, hasHeader); in DirectoryPartition()
|
H A D | PinnedHeaderListAdapter.java | 61 return getPinnedPartitionHeadersEnabled() && hasHeader(partition) in isPinnedPartitionHeaderVisible() 71 if (hasHeader(partition)) { in getPinnedHeaderView()
|
H A D | IndexerListAdapter.java | 185 if (hasHeader(mIndexedPartition)) { in configurePinnedHeaders()
|
H A D | JoinContactListAdapter.java | 124 public void configureDefaultPartition(boolean showIfEmpty, boolean hasHeader) { in configureDefaultPartition() argument
|
H A D | ContactEntryListAdapter.java | 587 public void configureDefaultPartition(boolean showIfEmpty, boolean hasHeader) { in configureDefaultPartition() argument 600 setHasHeader(defaultPartitionIndex, hasHeader); in configureDefaultPartition()
|
H A D | ContactListAdapter.java | 338 if (hasHeader(partitionIndex)) { in getSelectedContactPosition()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSliceViewTest.java | 89 Assert.assertFalse("View should not have a header", mKeyguardSliceView.hasHeader()); in hasHeader_readsSliceData() 95 Assert.assertTrue("View should have a header", mKeyguardSliceView.hasHeader()); in hasHeader_readsSliceData()
|
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/ |
H A D | DetailAdapter.java | 70 default boolean hasHeader() { in hasHeader() method
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A D | RetrieveConf.java | 205 return mPduHeaders.hasHeader(PduHeaders.RETRIEVE_STATUS) ? in getRetrieveStatus()
|
H A D | PduHeaders.java | 740 public boolean hasHeader(int field) { in hasHeader() method in PduHeaders
|
H A D | PduParser.java | 146 int retrieveStatus = mHeaders.hasHeader(PduHeaders.RETRIEVE_STATUS) ? in parse()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/ |
H A D | KotlinUtils.kt | 142 hasHeader: Boolean 149 if (hasHeader) {
|