Home
last modified time | relevance | path

Searched refs:actionName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DGestureRecorder.java51 String actionName(int action) { in actionName() method in GestureRecorder.Gesture.MotionEventRecord
70 actionName(this.event.getAction()), in toJson()
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl145 boolean isProtectedBroadcast(String actionName); in isProtectedBroadcast() argument
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java3828 String actionName = Intent.ACTION_RESOLVE_INSTANT_APP_PACKAGE; in getInstantAppResolverLPr() local
3829 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")) {