Searched refs:RES_DEFAULT (Results 1 – 4 of 4) sorted by relevance
46 private static final int RES_DEFAULT = 2; field in NotificationSnoozeTest56 resources.addOverride(R.integer.config_notification_snooze_time_default, RES_DEFAULT); in setUp()
75 if (!(state.options & RES_INIT)) state.options = RES_DEFAULT; in init()
197 statp->options = RES_DEFAULT; in __res_vinit()
272 #define RES_DEFAULT (RES_RECURSE | RES_DEFNAMES | \ macro