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
4521 public boolean isProtectedBroadcast(String actionName) {4523 if (mProtectedBroadcasts.contains(actionName)) {4525 } else if (actionName != null) {4527 if (actionName.startsWith("android.net.netmon.lingerExpired")4528 || actionName.startsWith("com.android.server.sip.SipWakeupTimer")4529 || actionName.startsWith("com.android.internal.telephony.data-reconnect")4530 || actionName.startsWith("android.net.netmon.launchCaptivePortalApp")) {