Home
last modified time | relevance | path

Searched defs:configKey (Results 1 – 25 of 255) sorted by relevance

1234567891011

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardBottomAreaViewModelTest.kt279 val configKey = in startButton_present_visibleModel_startsActivityOnClick() constant
310 val configKey = in startButton_hiddenWhenDevicePolicyDisablesAllKeyguardFeatures() constant
338 val configKey = in startButton_inPreviewMode_visibleEvenWhenKeyguardNotShowing() constant
396 val configKey = in endButton_inHiglightedPreviewMode_dimmedWhenOtherIsSelected() constant
444 val configKey = in endButton_present_visibleModel_doNothingOnClick() constant
467 val configKey = in startButton_notPresent_modelIsHidden() constant
573 val configKey = in isClickable_trueWhenAlphaAtThreshold() constant
606 val configKey = in isClickable_trueWhenAlphaAboveThreshold() constant
637 val configKey = in isClickable_falseWhenAlphaBelowThreshold() constant
666 val configKey = in isClickable_falseWhenAlphaAtZero() constant
H A DKeyguardQuickAffordancesCombinedViewModelTest.kt344 val configKey = in startButton_present_visibleModel_startsActivityOnClick() constant
375 val configKey = in startButton_hiddenWhenDevicePolicyDisablesAllKeyguardFeatures() constant
463 val configKey = in startButton_inPreviewMode_visibleEvenWhenKeyguardNotShowing() constant
519 val configKey = in endButton_inHighlightedPreviewMode_dimmedWhenOtherIsSelected() constant
567 val configKey = in endButton_present_visibleModel_doNothingOnClick() constant
590 val configKey = in startButton_notPresent_modelIsHidden() constant
648 val configKey = in isClickable_trueWhenAlphaAtThreshold() constant
685 val configKey = in isClickable_trueWhenAlphaAboveThreshold() constant
720 val configKey = in isClickable_falseWhenAlphaBelowThreshold() constant
750 val configKey = in isClickable_falseWhenAlphaAtZero() constant
/aosp_15_r20/packages/modules/StatsD/framework/java/android/app/
DStatsManager.java167 public void addConfig(long configKey, byte[] config) throws StatsUnavailableException { in addConfig()
191 public boolean addConfiguration(long configKey, byte[] config) { in addConfiguration()
209 public void removeConfig(long configKey) throws StatsUnavailableException { in removeConfig()
232 public boolean removeConfiguration(long configKey) { in removeConfiguration()
273 PendingIntent pendingIntent, long configKey, long subscriberId) in setBroadcastSubscriber()
302 long configKey, long subscriberId, PendingIntent pendingIntent) { in setBroadcastSubscriber()
327 public void setFetchReportsOperation(PendingIntent pendingIntent, long configKey) in setFetchReportsOperation()
410 public @NonNull long[] setRestrictedMetricsChangedOperation(long configKey, in setRestrictedMetricsChangedOperation()
470 public void query(long configKey, @NonNull String configPackage, @NonNull StatsQuery query, in query()
487 query.getPolicyConfig(), callbackInternal, configKey, in query() local
[all …]
/aosp_15_r20/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsStateTest.java123 int configKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_CONFIG, 0); in testLoadValidAconfigProto() local
183 int configKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_CONFIG, 0); in testSkipLoadingAconfigFlagWithMissingFields() local
214 int configKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_CONFIG, 0); in testWritingAconfigFlagStages() local
703 int configKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_CONFIG, 0); in testApplyStagedConfigValues() local
751 int configKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_CONFIG, 0); in testInvalidStagedFlagsUnaffectedByReboot() local
779 int configKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_CONFIG, 0); in testSetSettingsLockedStagesAconfigFlags() local
842 int configKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_CONFIG, 0); in testsetSettingsLockedKeepTrunkDefault() local
918 int configKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_CONFIG, 0); in testsetSettingsLockedNoTrunkDefault() local
1026 int configKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_CONFIG, 0); in testGetFlagOverrideToSync() local
1093 int configKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_CONFIG, 0); in testHandleBulkSyncWithAconfigdEnabled() local
[all …]
/aosp_15_r20/prebuilts/sdk/30/system/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/current/system/
HDframework-statsd-stubs-systemapi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DStatsPublisher.java224 long configKey = buildConfigKey(subscriber); in addDataSubscriber() local
238 long configKey, @NonNull StatsLogProto.ConfigMetricsReportList report) { in processReport()
416 long configKey = removeStatsConfig(subscriber); in removeDataSubscriber() local
435 long configKey = mSavedStatsConfigs.getLong(key); in removeAllDataSubscribers() local
465 long configKey = buildConfigKey(subscriber); in hasDataSubscriber() local
492 private static String buildBundleConfigVersionKey(long configKey) { in buildBundleConfigVersionKey()
501 private void addStatsConfig(long configKey, @NonNull DataSubscriber subscriber) { in addStatsConfig()
532 long configKey = buildConfigKey(subscriber); in removeStatsConfig() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowStatsManager.java31 public static void addReportData(long configKey, byte[] data) { in addReportData()
47 public static byte[] getConfigData(long configKey) { in getConfigData()
52 protected byte[] getReports(long configKey) { in getReports()
64 protected void addConfig(long configKey, byte[] config) { in addConfig()
69 protected void removeConfig(long configKey) { in removeConfig()
/aosp_15_r20/prebuilts/sdk/current/module-lib/
HDframework-statsd-stubs-module_libs_api.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/3/system/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/32/system/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/31/system/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/33/system/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/StatsD/3/sdk_library/system/
Dframework-statsd-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/1/system/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/StatsD/1/sdk_library/system/
Dframework-statsd-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/30/module-lib/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/35/module-lib/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/StatsD/current/sdk_library/module-lib/
Dframework-statsd-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/13/module-lib/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/34/module-lib/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/34/system/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/StatsD/7/sdk_library/module-lib/
Dframework-statsd-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/StatsD/framework/framework-statsd.stubs.exportable.system.from-source/android_common/javac/
Dframework-statsd.stubs.exportable.system.from-source.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/7/system/
HDframework-statsd.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...

1234567891011