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()
145 boolean isProtectedBroadcast(String actionName); in isProtectedBroadcast() argument
3828 String actionName = Intent.ACTION_RESOLVE_INSTANT_APP_PACKAGE; in getInstantAppResolverLPr() local3829 final Intent resolverIntent = new Intent(actionName); in getInstantAppResolverLPr()3861 return new Pair<>(new ComponentName(packageName, info.serviceInfo.name), actionName); in getInstantAppResolverLPr()6113 public boolean isProtectedBroadcast(String actionName) {6116 if (mProtectedBroadcasts.contains(actionName)) {6118 } else if (actionName != null) {6120 if (actionName.startsWith("android.net.netmon.lingerExpired")6121 || actionName.startsWith("com.android.server.sip.SipWakeupTimer")6122 || actionName.startsWith("com.android.internal.telephony.data-reconnect")6123 || actionName.startsWith("android.net.netmon.launchCaptivePortalApp")) {