Home
last modified time | relevance | path

Searched refs:KEY_NOTIFICATION_CHANNEL_ID_SUFFIX (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/storage/
DUserParameters.java53 public static final String KEY_NOTIFICATION_CHANNEL_ID_SUFFIX = field in UserParameters
199 return getSharedPreferences(context).getString(KEY_NOTIFICATION_CHANNEL_ID_SUFFIX, in getNotificationChannelIdSuffix()
209 .putString(KEY_NOTIFICATION_CHANNEL_ID_SUFFIX, notificationChannelSuffix).apply(); in setNotificationChannelIdSuffix()
265 KEY_NOTIFICATION_CHANNEL_ID_SUFFIX, getNotificationChannelIdSuffix(context), in dump()