Home
last modified time | relevance | path

Searched refs:KeyValueListParser (Results 1 – 25 of 39) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/util/
H A DKeyValueSettingObserver.java42 private final KeyValueListParser mParser = new KeyValueListParser(',');
84 public abstract void update(KeyValueListParser parser); in update()
H A DKeyValueListParser.java31 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 DSQLiteCompatibilityWalFlags.java24 import android.util.KeyValueListParser;
124 KeyValueListParser parser = new KeyValueListParser(','); in init()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyConstants.java19 import android.util.KeyValueListParser;
97 final KeyValueListParser parser = new KeyValueListParser(','); in DevicePolicyConstants()
/aosp14/frameworks/base/services/core/java/com/android/server/appbinding/
H A DAppBindingConstants.java19 import android.util.KeyValueListParser;
85 final KeyValueListParser parser = new KeyValueListParser(','); in AppBindingConstants()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManagerConstants.java22 import android.util.KeyValueListParser;
84 final KeyValueListParser parser = new KeyValueListParser(','); in refresh()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DAlwaysOnDisplayPolicy.java28 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 DLocalTransportParameters.java23 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 DNotificationSnoozeTest.java24 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 DKernelCpuThreadReaderSettingsObserver.java25 import android.util.KeyValueListParser;
115 final KeyValueListParser parser = new KeyValueListParser(','); in updateReader()
H A DBinderCallsStats.java37 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 DSmartReplyConstants.java25 import android.util.KeyValueListParser;
66 private final KeyValueListParser mParser = new KeyValueListParser(',');
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DKeyValueListParserTest.java40 private KeyValueListParser mParser;
44 mParser = new KeyValueListParser(','); in setUp()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupAgentTimeoutParameters.java24 import android.util.KeyValueListParser;
128 public void update(KeyValueListParser parser) { in update()
H A DBackupManagerConstants.java27 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 DBatterySaverUtils.java33 import android.util.KeyValueListParser;
104 final KeyValueListParser parser = new KeyValueListParser(','); in Parameters()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DLooperStatsService.java31 import android.util.KeyValueListParser;
76 final KeyValueListParser parser = new KeyValueListParser(','); in initFromSettings()
H A DBinderCallsStatsService.java49 import android.util.KeyValueListParser;
140 private final KeyValueListParser mParser = new KeyValueListParser(',');
/aosp14/frameworks/base/services/core/java/com/android/server/compat/overrides/
H A DAppCompatOverridesParser.java31 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 DNotificationSnooze.java36 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 DBroadcastConstants.java36 import android.util.KeyValueListParser;
308 private final KeyValueListParser mParser = new KeyValueListParser(',');
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DEconomicPolicy.java36 import android.util.KeyValueListParser;
467 protected long getConstantAsCake(@NonNull KeyValueListParser parser, in getConstantAsCake()
472 protected long getConstantAsCake(@NonNull KeyValueListParser parser, in getConstantAsCake()
H A DAlarmManagerEconomicPolicy.java112 import android.util.KeyValueListParser;
157 private final KeyValueListParser mParser = new KeyValueListParser(',');
H A DJobSchedulerEconomicPolicy.java130 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 DBstatsCpuTimesValidationTest.java53 import android.util.KeyValueListParser;
141 final KeyValueListParser parser = new KeyValueListParser(delimiter); in updateBatteryStatsConstants()

12