/aosp14/frameworks/base/data/etc/ |
H A D | services.core.protolog.json | 6 "level": "VERBOSE", string 12 "level": "WARN", string 18 "level": "INFO", string 24 "level": "VERBOSE", string 30 "level": "DEBUG", string 36 "level": "VERBOSE", string 42 "level": "WARN", string 66 "level": "WARN", string 72 "level": "WARN", string 84 "level": "DEBUG", string [all …]
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLUtils.java | 98 public static void texImage2D(int target, int level, int internalformat, in texImage2D() 124 public static void texImage2D(int target, int level, int internalformat, in texImage2D() 146 public static void texImage2D(int target, int level, Bitmap bitmap, in texImage2D() 181 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() 206 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() 266 private static native int native_texImage2D(int target, int level, int internalformat, in native_texImage2D() 268 private static native int native_texSubImage2D(int target, int level, int xoffset, int yoffset, in native_texSubImage2D()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/ |
H A D | BatteryStatus.java | 55 public final int level; field in BatteryStatus 68 public BatteryStatus(int status, int level, int plugged, int chargingStatus, in BatteryStatus() 170 int level = getBatteryLevel(batteryChangedIntent); in isCharged() local 183 public static boolean isCharged(int status, int level) { in isCharged() 192 final int level = in getBatteryLevel() local 231 int level = getBatteryLevel(batteryChangedIntent); in isLowBattery() local 253 int level = getBatteryLevel(batteryChangedIntent); in isSevereLowBattery() local 265 int level = getBatteryLevel(batteryChangedIntent); in isExtremeLowBattery() local
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ContentCaptureHelper.java | 67 final int level = DeviceConfig.getInt(DeviceConfig.NAMESPACE_CONTENT_CAPTURE, in setLoggingLevel() local 75 public static void setLoggingLevel(@LoggingLevel int level) { in setLoggingLevel() 96 public static String getLoggingLevelAsString(@LoggingLevel int level) { in getLoggingLevelAsString()
|
/aosp14/system/core/libcutils/ |
H A D | klog.cpp | 33 void klog_set_level(int level) { in klog_set_level() 47 void klog_writev(int level, const struct iovec* iov, int iov_count) { in klog_writev() 55 void klog_write(int level, const char* fmt, ...) { in klog_write()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/ |
H A D | ColorDisplayShellCommand.java | 60 final int level = getLevel(); in setSaturation() local 69 final int level = getLevel(); in setLayerSaturation() local 100 final int level; in getLevel() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/metrics/ |
H A D | MediaMetricsManagerService.java | 155 int level = loggingLevel(); in reportPlaybackMetrics() local 186 int level = loggingLevel(); in reportBundleMetrics() local 224 int level = loggingLevel(); in reportPlaybackStateEvent() local 287 int level = loggingLevel(); in reportPlaybackErrorEvent() local 305 int level = loggingLevel(); in reportNetworkEvent() local 322 int level = loggingLevel(); in reportTrackChangeEvent() local 395 Integer level = loggingLevelInternal( in loggingLevel() local 431 Integer level = loggingLevelInternal( in loggingLevel() local
|
/aosp14/frameworks/base/core/java/com/android/internal/logging/ |
H A D | AndroidHandler.java | 147 int level = getAndroidLevel(record.getLevel()); in publish() local 161 public void publish(Logger source, String tag, Level level, String message) { in publish() 182 static int getAndroidLevel(Level level) { in getAndroidLevel()
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | BrightnessThrottlerTest.java | 161 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testThermalThrottlingSingleLevel() local 298 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testUpdateThermalThrottlingData() local 326 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testInvalidThrottlingStrings() local 378 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testThermalThrottling() local 396 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testMultipleConfigPoints() local
|
/aosp14/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/ |
H A D | TestScopedTarget.java | 35 void enter(int level) { in enter() 42 void exit(int level) { in exit()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | TiledImageRenderer.java | 157 public Bitmap getTile(int level, int x, int y, Bitmap reuse); in getTile() 308 int level = tile.mTileLevel; in layoutTiles() local 357 int cX, int cY, int level, float scale, int rotation) { in getRange() 417 int level = mLevel; in draw() local 516 private Tile obtainTile(int x, int y, int level) { in obtainTile() 543 private void activateTile(int x, int y, int level) { in activateTile() 556 private Tile getTile(int x, int y, int level) { in getTile() 560 private static long makeTileKey(int x, int y, int level) { in makeTileKey() 594 int tx, int ty, int level, float x, float y, float length) { in drawTile() 668 public Tile(int x, int y, int level) { in Tile() [all …]
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/ |
H A D | ReportCanvas.java | 51 public abstract void openHeader(int level); in openHeader() 57 public abstract void closeHeader(int level); in closeHeader() 64 public void writeHeader(int level, String text) { in writeHeader()
|
H A D | HTMLReportCanvas.java | 47 public void openHeader(int level) { in openHeader() 52 public void closeHeader(int level) { in closeHeader()
|
H A D | TextReportCanvas.java | 55 public void openHeader(int level) { in openHeader() 61 public void closeHeader(int level) { in closeHeader()
|
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/nl80211/ |
H A D | RadioChainInfo.java | 43 public int level; field in RadioChainInfo 67 public RadioChainInfo(int chainId, int level) { in RadioChainInfo()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
H A D | AccessPointPreference.java | 117 int level, IconInjector iconInjector) { in AccessPointPreference() 177 protected void updateIcon(int level, Context context) { in updateIcon() 237 int level = mAccessPoint.getLevel(); in refresh() local 279 int level = ap.getLevel(); in buildContentDescription() local 333 public Drawable getIcon(int level) { in getIcon()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ |
H A D | AppIconCacheManagerTest.java | 151 final int level = android.content.ComponentCallbacks2.TRIM_MEMORY_BACKGROUND; in trimMemory_levelSatisfied_shouldNotCacheIcon() local 171 final int level = android.content.ComponentCallbacks2.TRIM_MEMORY_RUNNING_CRITICAL; in trimMemory_levelSatisfied_shouldCacheAtLeastHalf() local
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CellSignalStrengthCdma.java | 189 int level = (cdmaAsuLevel < ecioAsuLevel) ? cdmaAsuLevel : ecioAsuLevel; local 218 int level = (levelDbm < levelEcio) ? levelDbm : levelEcio; in getCdmaLevel() local 246 int level = (levelEvdoDbm < levelEvdoSnr) ? levelEvdoDbm : levelEvdoSnr; in getEvdoLevel() local 303 int level = (levelEvdoDbm < levelEvdoSnr) ? levelEvdoDbm : levelEvdoSnr; in getEvdoAsuLevel() local
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | ClipDrawable.java | 154 protected boolean onLevelChange(int level) { in onLevelChange() 168 final int level = getLevel(); in getOpacity() local 186 final int level = getLevel(); in draw() local
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | AndroidBidi.java | 87 int level = levels[i]; in directions() local 135 int level = levels[i]; in directions() local
|
/aosp14/frameworks/base/services/tests/rescueparty/ |
H A D | log_rescueparty_reset_event_reported.cpp | 19 int level = 0; in main() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/ |
H A D | DemoModeWifiDataSource.kt | 56 val level = getString("level")?.toInt() regex 73 val level = getString("level")?.toInt() ?: 0 regex
|
/aosp14/frameworks/base/core/java/android/text/util/ |
H A D | Rfc822Tokenizer.java | 98 int level = 1; in tokenize() local 266 int level = 1; in findTokenEnd() local
|
/aosp14/frameworks/base/core/java/com/android/internal/protolog/ |
H A D | BaseProtoLogImpl.java | 96 public void log(LogLevel level, IProtoLogGroup group, int messageHash, int paramsMask, in log() 102 logToLogcat(group.getTag(), level, messageHash, messageString, args); in log() local 106 private void logToLogcat(String tag, LogLevel level, int messageHash, in logToLogcat() 137 public void passToLogcat(String tag, LogLevel level, String message) { in passToLogcat()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | Diagnostics.h | 34 void Log(Level level, android::DiagMessageActual& actual_msg) override { in Log()
|