Searched refs:NEVER (Results 1 – 23 of 23) sorted by relevance
39 NEVER = 1, enumConstant
32 NEVER = 1, enumConstant
12 ### recovery_refresh should NEVER do any of this
19 ### recovery_persist should NEVER do any of this
35 ### logpersist should NEVER do any of this
92 ### These are things that the bluetooth app should NEVER be able to do
96 ### logd should NEVER do any of this
152 ### surfaceflinger should NEVER do any of this
78 ### traced should NEVER do any of this
81 ############### NEVER ALLOW RULES
117 ### traced_probes should NEVER do any of this
111 ### perfetto should NEVER do any of the following
159 ### netd should NEVER do any of this
513 ### These are things that Android apps should NEVER be able to do
1304 ### system_server should NEVER do any of this
38 ### traced_probes should NEVER do any of this
53 ### perfetto should NEVER do any of the following
41 ### traced should NEVER do any of this
44 enum class LogBufferNotificationSetting : uint8_t { ALWAYS, NEVER, THRESHOLD }; enumerator
371 case LogBufferNotificationSetting::NEVER: { in dispatch()