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
3836 String actionName = Intent.ACTION_RESOLVE_INSTANT_APP_PACKAGE; in getInstantAppResolverLPr() local3837 final Intent resolverIntent = new Intent(actionName); in getInstantAppResolverLPr()3869 return new Pair<>(new ComponentName(packageName, info.serviceInfo.name), actionName); in getInstantAppResolverLPr()6121 public boolean isProtectedBroadcast(String actionName) {6124 if (mProtectedBroadcasts.contains(actionName)) {6126 } else if (actionName != null) {6128 if (actionName.startsWith("android.net.netmon.lingerExpired")6129 || actionName.startsWith("com.android.server.sip.SipWakeupTimer")6130 || actionName.startsWith("com.android.internal.telephony.data-reconnect")6131 || actionName.startsWith("android.net.netmon.launchCaptivePortalApp")) {