/aosp14/frameworks/base/core/java/android/util/ |
H A D | KeyValueSettingObserver.java | 42 private final KeyValueListParser mParser = new KeyValueListParser(','); 84 public abstract void update(KeyValueListParser parser); in update()
|
H A D | KeyValueListParser.java | 31 public class KeyValueListParser { class 40 public KeyValueListParser(char delim) { in KeyValueListParser() method in KeyValueListParser 232 public void parse(KeyValueListParser parser) { in parse() 285 public void parse(KeyValueListParser parser) { in parse() 338 public void parse(KeyValueListParser parser) { in parse() 391 public void parse(KeyValueListParser parser) { in parse()
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteCompatibilityWalFlags.java | 24 import android.util.KeyValueListParser; 124 KeyValueListParser parser = new KeyValueListParser(','); in init()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyConstants.java | 19 import android.util.KeyValueListParser; 97 final KeyValueListParser parser = new KeyValueListParser(','); in DevicePolicyConstants()
|
/aosp14/frameworks/base/services/core/java/com/android/server/appbinding/ |
H A D | AppBindingConstants.java | 19 import android.util.KeyValueListParser; 85 final KeyValueListParser parser = new KeyValueListParser(','); in AppBindingConstants()
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncManagerConstants.java | 22 import android.util.KeyValueListParser; 84 final KeyValueListParser parser = new KeyValueListParser(','); in refresh()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
H A D | AlwaysOnDisplayPolicy.java | 28 import android.util.KeyValueListParser; 133 private final KeyValueListParser mParser; 141 mParser = new KeyValueListParser(','); in AlwaysOnDisplayPolicy()
|
/aosp14/frameworks/base/packages/LocalTransport/src/com/android/localtransport/ |
H A D | LocalTransportParameters.java | 23 import android.util.KeyValueListParser; 68 public void update(KeyValueListParser parser) { in update()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationSnoozeTest.java | 24 import android.util.KeyValueListParser; 49 private KeyValueListParser mMockParser; 59 mMockParser = mock(KeyValueListParser.class); in setUp()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | KernelCpuThreadReaderSettingsObserver.java | 25 import android.util.KeyValueListParser; 115 final KeyValueListParser parser = new KeyValueListParser(','); in updateReader()
|
H A D | BinderCallsStats.java | 37 import android.util.KeyValueListParser; 1209 private final KeyValueListParser mParser = new KeyValueListParser(','); 1268 KeyValueListParser mParser, BinderLatencyObserver binderLatencyObserver) { in configureLatencyObserver()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyConstants.java | 25 import android.util.KeyValueListParser; 66 private final KeyValueListParser mParser = new KeyValueListParser(',');
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | KeyValueListParserTest.java | 40 private KeyValueListParser mParser; 44 mParser = new KeyValueListParser(','); in setUp()
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | BackupAgentTimeoutParameters.java | 24 import android.util.KeyValueListParser; 128 public void update(KeyValueListParser parser) { in update()
|
H A D | BackupManagerConstants.java | 27 import android.util.KeyValueListParser; 118 public synchronized void update(KeyValueListParser parser) { in update()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/ |
H A D | BatterySaverUtils.java | 33 import android.util.KeyValueListParser; 104 final KeyValueListParser parser = new KeyValueListParser(','); in Parameters()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | LooperStatsService.java | 31 import android.util.KeyValueListParser; 76 final KeyValueListParser parser = new KeyValueListParser(','); in initFromSettings()
|
H A D | BinderCallsStatsService.java | 49 import android.util.KeyValueListParser; 140 private final KeyValueListParser mParser = new KeyValueListParser(',');
|
/aosp14/frameworks/base/services/core/java/com/android/server/compat/overrides/ |
H A D | AppCompatOverridesParser.java | 31 import android.util.KeyValueListParser; 120 KeyValueListParser parser = new KeyValueListParser(','); in parseRemoveOverrides()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationSnooze.java | 36 import android.util.KeyValueListParser; 97 private KeyValueListParser mParser; 110 mParser = new KeyValueListParser(','); in NotificationSnooze() 120 void setKeyValueListParser(KeyValueListParser parser) { in setKeyValueListParser()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastConstants.java | 36 import android.util.KeyValueListParser; 308 private final KeyValueListParser mParser = new KeyValueListParser(',');
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/ |
H A D | EconomicPolicy.java | 36 import android.util.KeyValueListParser; 467 protected long getConstantAsCake(@NonNull KeyValueListParser parser, in getConstantAsCake() 472 protected long getConstantAsCake(@NonNull KeyValueListParser parser, in getConstantAsCake()
|
H A D | AlarmManagerEconomicPolicy.java | 112 import android.util.KeyValueListParser; 157 private final KeyValueListParser mParser = new KeyValueListParser(',');
|
H A D | JobSchedulerEconomicPolicy.java | 130 import android.util.KeyValueListParser; 171 private final KeyValueListParser mParser = new KeyValueListParser(',');
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BstatsCpuTimesValidationTest.java | 53 import android.util.KeyValueListParser; 141 final KeyValueListParser parser = new KeyValueListParser(delimiter); in updateBatteryStatsConstants()
|