OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastCount
(Results
1 - 5
of
5
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
EncryptionAppTest.java
131
final int
lastCount
= mDe.getSharedPreferences(KEY_BOOT, 0).getInt(KEY_BOOT, -1);
133
assertTrue("Current boot count " + thisCount + " not greater than last " +
lastCount
,
134
thisCount >
lastCount
);
/external/cldr/tools/java/org/unicode/cldr/util/
PluralSnapshot.java
297
int
lastCount
= -1;
308
// if (ss.count !=
lastCount
) {
310
//
lastCount
= ss.count;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java
[
all
...]
/cts/tests/app/src/android/app/cts/
NotificationManagerTest.java
448
int
lastCount
= 0;
451
lastCount
= sbns.length;
452
if (expectedCount ==
lastCount
) return;
459
fail("Expected " + expectedCount + " posted notifications, were " +
lastCount
);
[
all
...]
Completed in 836 milliseconds