/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | CompositeAdapter.java | 105 public void addPartition(final Partition partition) { in addPartition() 119 final Partition partition = mPartitions[index]; in removePartition() local 131 final Partition partition = mPartitions[i]; in clearPartitions() local 201 final Partition partition = mPartitions[i]; in getItem() local 223 final Partition partition = mPartitions[i]; in getItemId() local 245 final Partition partition = mPartitions[i]; in isEnabled() local 263 final Partition partition = mPartitions[i]; in getView() local
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactEntryListAdapter.java | 119 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 127 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() 148 DirectoryPartition partition = new DirectoryPartition(true, true); in createDefaultDirectoryPartition() local 169 final Partition partition = getPartition(i); in removeDirectoriesAfterDefault() local 182 Partition partition = getPartition(i); in getPartitionByDirectoryId() local 195 Partition partition = getPartition(i); in getDirectoryById() local 216 Partition partition = getPartition(i); in onDataReload() local 234 Partition partition = getPartition(i); in clearPartitions() local 418 DirectoryPartition partition = new DirectoryPartition(false, true); in changeDirectories() local 445 Partition partition = getPartition(i); in changeDirectories() local [all …]
|
D | PinnedHeaderListAdapter.java | 60 protected boolean isPinnedPartitionHeaderVisible(int partition) { in isPinnedPartitionHeaderVisible() 70 public View getPinnedHeaderView(int partition, View convertView, ViewGroup parent) { in getPinnedHeaderView() 121 int partition = getPartitionForPosition(position); in configurePinnedHeaders() local 144 int partition = getPartitionForPosition(position - 1); in configurePinnedHeaders() local
|
D | JoinContactListAdapter.java | 135 public int getItemViewType(int partition, int position) { in getItemViewType() 140 protected View newHeaderView(Context context, int partition, Cursor cursor, in newHeaderView() 167 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 181 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | LegacyContactListAdapter.java | 74 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 81 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | LegacyPostalAddressListAdapter.java | 79 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 86 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | LegacyPhoneNumberListAdapter.java | 78 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 86 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | MultiSelectPhoneNumbersListAdapter.java | 136 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 144 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | PostalAddressListAdapter.java | 114 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 123 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | MultiSelectEmailAddressesListAdapter.java | 136 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 144 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | IndexerListAdapter.java | 85 public void setIndexedPartition(int partition) { in setIndexedPartition() 165 int partition = getPartitionForPosition(position); in configurePinnedHeaders() local
|
D | EmailAddressListAdapter.java | 124 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 132 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | PhoneNumberListAdapter.java | 375 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 408 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() 522 protected void bindWorkProfileIcon(final ContactListItemView view, int partition) { in bindWorkProfileIcon() 608 final DirectoryPartition partition = (DirectoryPartition) getPartition(i); in changeDirectories() local
|
D | ContactListAdapter.java | 221 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView() 299 DirectoryPartition partition = (DirectoryPartition) getPartition(i); in getSelectedContactPosition() local 351 DirectoryPartition partition = (DirectoryPartition) getPartition(i); in getFirstContactUri() local
|
D | HeaderEntryContactListAdapter.java | 92 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | DefaultContactListAdapter.java | 236 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | MultiSelectEntryContactListAdapter.java | 154 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
D | LifetimeWriteInfo.java | 52 public final String partition; field in LifetimeWriteInfo 56 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo()
|
/packages/modules/Virtualization/pvmfw/avb/src/ |
D | lib.rs | 23 mod partition; module
|
D | ops.rs | 80 let partition = self.payload.get_partition(partition)?; in read_from_partition() localVariable 119 let partition = self.payload.get_partition(partition)?; in get_size_of_partition() localVariable
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersAdapter.java | 138 protected ContactListItemView newView(Context context, int partition, Cursor cursor, in newView() 147 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView()
|
/packages/apps/Settings/tests/Enable16KbTests/src/com/android/test/ |
D | Enable16KbTest.java | 114 final String partition = fields[1]; in verifyExt4() local
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | Enable16kUtils.java | 83 final String partition = fields[1]; in isDataExt4() local
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | PermissionMonitorTest.java | 226 private boolean hasRestrictedNetworkPermission(String partition, int targetSdkVersion, in hasRestrictedNetworkPermission() 251 String[] permissions, String partition) { in packageInfoWithPermissions() 513 private boolean wouldBeCarryoverPackage(String partition, int targetSdkVersion, int uid) { in wouldBeCarryoverPackage()
|
/packages/modules/Permission/tests/cts/permissionpolicy/src/android/permissionpolicy/cts/ |
D | SignaturePermissionAllowlistConfigTest.kt | 67 for (partition in partitions) { in <lambda>() constant
|