/packages/apps/Contacts/tests/src/com/android/contacts/group/ |
D | GroupUtilTest.java | 42 int counts[] = new int[]{1, 2, 2, 3, 1, 2}; in testNeedTrimming() local 53 final int[] counts = new int[]{1, 6, 2, 7, 1, 2, 1, 2}; in testUpdateBundle_smallSet() local 76 final int[] counts = new int[]{81, 36, 84, 55, 28, 15, 18, 38, 145, 60, 41, 73, 15, 2, 56, in testUpdateBundle_mediumSet() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | Metrics.java | 138 ProviderCounts counts = new ProviderCounts(); in logFileOperation() local 196 ProviderCounts counts = new ProviderCounts(); in logFileOperationErrors() local 605 ProviderCounts counts, List<DocumentInfo> srcs, @Nullable DocumentInfo dst) { in countProviders() 616 private static void countProviders(ProviderCounts counts, List<Uri> uris) { in countProviders() 623 ProviderCounts counts, String authority, @Nullable DocumentInfo dst) { in countForAuthority()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | FastScrollingIndexCache.java | 149 static String buildCacheValue(String[] titles, int[] counts) { in buildCacheValue() 167 public static final Bundle buildExtraBundle(String[] titles, int[] counts) { in buildExtraBundle() 190 final int[] counts = new int[numTitles]; in buildExtraBundleFromValue() local
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/ipmemorystore/ |
D | IOnNetworkEventCountRetrievedListener.aidl | 37 …nNetworkEventCountRetrieved(in android.net.ipmemorystore.StatusParcelable status, in int[] counts); in onNetworkEventCountRetrieved()
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/11/android/net/ipmemorystore/ |
D | IOnNetworkEventCountRetrievedListener.aidl | 37 …nNetworkEventCountRetrieved(in android.net.ipmemorystore.StatusParcelable status, in int[] counts); in onNetworkEventCountRetrieved()
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/ |
D | IOnNetworkEventCountRetrievedListener.aidl | 32 void onNetworkEventCountRetrieved(in StatusParcelable status, in int[] counts); in onNetworkEventCountRetrieved()
|
D | OnNetworkEventCountRetrievedListener.java | 29 void onNetworkEventCountRetrieved(Status status, int[] counts); in onNetworkEventCountRetrieved()
|
/packages/modules/StatsD/statsd/src/logd/ |
D | logevent_util.h | 35 std::vector<int32_t> counts; member
|
/packages/modules/NetworkStack/tests/integration/signature/android/net/ip/ |
D | IpClientSignatureTest.kt | 82 val counts = IntArray(sinceTimes.size) in <lambda>() constant
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactsSectionIndexer.java | 42 public ContactsSectionIndexer(String[] sections, int[] counts) { in ContactsSectionIndexer()
|
D | GroupMemberPickerFragment.java | 91 final int counts[] = bundle.getIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS); in FilterCursorWrapper() local
|
/packages/modules/StatsD/lib/libstatssocket/ |
D | stats_socket_loss_reporter.cpp | 105 std::vector<int> counts(mLossInfo.size()); in dumpAtomsLossStats() local
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactSectionIndexer.java | 104 final int[] counts = cursorExtras.getIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS); in buildIndexerFromCursorExtras() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | FastScrollingIndexCacheTest.java | 85 String[] titles, int[] counts) { in putAndGetBundle()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupUtil.java | 239 public static boolean needTrimming(int count, int[] counts, int[] positions) { in needTrimming() 251 List<Integer> subscripts, String[] sections, int[] counts) { in updateBundle()
|
D | GroupMembersFragment.java | 116 final int counts[] = bundle.getIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS); in FilterCursorWrapper() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiScoreCard.java | 946 private BandwidthStatsAll toBandwidthStatsAll(long[][][] values, int[][][] counts) { in toBandwidthStatsAll() 953 private BandwidthStatsAllLink toBandwidthStatsAllLink(long[][] values, int[][] counts) { in toBandwidthStatsAllLink() 960 private BandwidthStatsAllLevel toBandwidthStatsAllLevel(long[] values, int[] counts) { in toBandwidthStatsAllLevel() 976 long[][][] values, int[][][] counts) { in mergeBandwidthStatsAll() 978 mergeBandwidthStatsAllLink(source.getStats2G(), values[0], counts[0]); in mergeBandwidthStatsAll() local 981 mergeBandwidthStatsAllLink(source.getStatsAbove2G(), values[1], counts[1]); in mergeBandwidthStatsAll() local 986 long[][] values, int[][] counts) { in mergeBandwidthStatsAllLink() 988 mergeBandwidthStatsAllLevel(source.getTx(), values[LINK_TX], counts[LINK_TX]); in mergeBandwidthStatsAllLink() local 991 mergeBandwidthStatsAllLevel(source.getRx(), values[LINK_RX], counts[LINK_RX]); in mergeBandwidthStatsAllLink() local 996 long[] values, int[] counts) { in mergeBandwidthStatsAllLevel()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | ProfileServiceTest.java | 119 Map<Class, Long> counts = in setAllProfilesState() local
|
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/ |
D | IpMemoryStoreService.java | 530 final int[] counts = IpMemoryStoreDatabase.retrieveNetworkEventCount(mDb, in retrieveNetworkEventCount() local 532 listener.onNetworkEventCountRetrieved(makeStatus(SUCCESS), counts); in retrieveNetworkEventCount() local
|
/packages/modules/NetworkStack/tests/integration/root/android/net/ip/ |
D | IpClientRootTest.kt | 312 val counts = listener.getBlockingNetworkEventCount(timeout) in <lambda>() constant
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/ |
D | PermissionUsageGraphicPreference.java | 146 int[] counts; in onBindViewHolder() local
|
/packages/modules/Bluetooth/system/gd/packet/ |
D | fragmenting_inserter_unittest.cc | 96 auto counts = RawBuilder(); in TEST() local
|
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/ |
D | ContactsAdapter.java | 58 private int[] counts = new int[0]; field in ContactsAdapter
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMetricsTestUtil.java | 239 ExperimentProbeCounts counts = new ExperimentProbeCounts(); in buildExperimentProbeCounts() local
|
/packages/modules/StatsD/statsd/benchmark/ |
D | loss_info_container_benchmark.cpp | 95 std::vector<int> counts; member
|