Searched defs:actionName (Results 1 – 6 of 6) sorted by relevance
91 String actionName = getNameOfAction(STATSD_ACTION[action]).toLowerCase(Locale.ROOT); in forceEnabled() local
50 String actionName(int action) { in actionName() method in GestureRecorder.Gesture.MotionEventRecord
485 val actionName = "custom action" regex
347 String actionName = getNameOfAction(STATSD_ACTION[action]).toLowerCase(Locale.ROOT); in updateProperties() local
1988 final String actionName = r.intent.getAction(); in logBroadcastDeliveryEventReported() local
101 boolean isProtectedBroadcast(String actionName); in isProtectedBroadcast()