Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 25 of 39) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/ui/
DCompositeAdapter.java105 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/
DContactEntryListAdapter.java119 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 …]
DPinnedHeaderListAdapter.java60 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
DJoinContactListAdapter.java135 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()
DLegacyContactListAdapter.java74 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()
DLegacyPostalAddressListAdapter.java79 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()
DLegacyPhoneNumberListAdapter.java78 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()
DMultiSelectPhoneNumbersListAdapter.java136 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()
DPostalAddressListAdapter.java114 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()
DMultiSelectEmailAddressesListAdapter.java136 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()
DIndexerListAdapter.java85 public void setIndexedPartition(int partition) { in setIndexedPartition()
165 int partition = getPartitionForPosition(position); in configurePinnedHeaders() local
DEmailAddressListAdapter.java124 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()
DPhoneNumberListAdapter.java375 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
DContactListAdapter.java221 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
DHeaderEntryContactListAdapter.java92 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DDefaultContactListAdapter.java236 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DMultiSelectEntryContactListAdapter.java154 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DLifetimeWriteInfo.java52 public final String partition; field in LifetimeWriteInfo
56 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo()
/packages/modules/Virtualization/pvmfw/avb/src/
Dlib.rs23 mod partition; module
Dops.rs80 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/
DGroupMembersAdapter.java138 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/
DEnable16KbTest.java114 final String partition = fields[1]; in verifyExt4() local
/packages/apps/Settings/src/com/android/settings/development/
DEnable16kUtils.java83 final String partition = fields[1]; in isDataExt4() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DPermissionMonitorTest.java226 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/
DSignaturePermissionAllowlistConfigTest.kt67 for (partition in partitions) { in <lambda>() constant

12