Home
last modified time | relevance | path

Searched refs:keysetSize (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationEntry.java89 final int keysetSize = keyset.size(); in lightenNotificationPayload() local
90 final String[] keys = keyset.toArray(new String[keysetSize]); in lightenNotificationPayload()
91 for (int i = 0; i < keysetSize; i++) { in lightenNotificationPayload()