HomeSort by relevance Sort by last modified time
    Searched refs:NotificationAccessSettings (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
NotificationAccessSettingsTest.java 46 private NotificationAccessSettings mFragment;
53 mFragment = new NotificationAccessSettings();
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAccessSettings.java 40 public class NotificationAccessSettings extends ManagedServiceSettings {
41 private static final String TAG = NotificationAccessSettings.class.getSimpleName();
97 private static void disable(final Context context, final NotificationAccessSettings parent,
138 NotificationAccessSettings parent = (NotificationAccessSettings) getTargetFragment();
  /packages/apps/Settings/src/com/android/settings/core/gateway/
SettingsGateway.java 102 import com.android.settings.notification.NotificationAccessSettings;
188 NotificationAccessSettings.class.getName(),

Completed in 104 milliseconds