Home
last modified time | relevance | path

Searched defs:big (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/tools/powermodel/test/com/android/powermodel/
H A DCsvParserTest.java231 String big = makeString(CsvParser.MAX_FIELD_SIZE); in testMaxLengthTwice() local
258 final String big = makeString(CsvParser.MAX_FIELD_SIZE-3); in testBufferBoundary() local
271 final String big = makeString(CsvParser.MAX_FIELD_SIZE-3); in testBufferBoundaryEmpty() local
285 final String big = makeString(CsvParser.MAX_FIELD_SIZE-2); in testBufferBoundaryEscapingEven() local
299 final String big = makeString(CsvParser.MAX_FIELD_SIZE-3); in testBufferBoundaryEscapingOdd() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DBigIntegerPerfTest.java50 BigInteger big = BigInteger.TEN.pow(prec).shiftLeft(30).add(BigInteger.ONE); in inner() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSnapshotStatistics.java289 int buildBin, int useBin, boolean big, boolean quick) { in rebuild()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1398 RemoteViews big = builder.createBigContentView(); in maybePopulateRemoteViews() local
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5744 private void resetStandardTemplateWithActions(RemoteViews big) { in resetStandardTemplateWithActions()
5765 private void bindSnoozeAction(RemoteViews big, StandardTemplateParams p) { in bindSnoozeAction()
5812 RemoteViews big = applyStandardTemplate(layoutId, p, result); in applyStandardTemplateWithActions() local