Searched refs:actionName (Results 1 – 3 of 3) sorted by relevance
51 String actionName(int action) { in actionName() method in GestureRecorder.Gesture.MotionEventRecord70 actionName(this.event.getAction()), in toJson()
117 boolean isProtectedBroadcast(String actionName); in isProtectedBroadcast() argument
4443 public boolean isProtectedBroadcast(String actionName) {4445 if (mProtectedBroadcasts.contains(actionName)) {4447 } else if (actionName != null) {4449 if (actionName.startsWith("android.net.netmon.lingerExpired")4450 || actionName.startsWith("com.android.server.sip.SipWakeupTimer")4451 || actionName.startsWith("com.android.internal.telephony.data-reconnect")4452 || actionName.startsWith("android.net.netmon.launchCaptivePortalApp")) {