Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerCheckInternalTest.kt45 …permissioncontroller.privacysources.NotificationListenerCheckInternal.Companion.NLS_PREFERENCE_FILE
571 .getSharedPreferences(NLS_PREFERENCE_FILE, Context.MODE_PRIVATE) in clearSharedPrefState()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt200 parentUserContext.getSharedPreferences(NLS_PREFERENCE_FILE, MODE_PRIVATE)
213 @VisibleForTesting const val NLS_PREFERENCE_FILE = "nls_preference" constant