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.aidl107 boolean isProtectedBroadcast(String actionName); in isProtectedBroadcast() argument
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9683 public boolean isProtectedBroadcast(String actionName) { in isProtectedBroadcast() argument
9684 if (actionName != null) { in isProtectedBroadcast()
9686 if (actionName.startsWith("android.net.netmon.lingerExpired") in isProtectedBroadcast()
9687 || actionName.startsWith("com.android.server.sip.SipWakeupTimer") in isProtectedBroadcast()
9688 || actionName.startsWith("com.android.internal.telephony.data-reconnect") in isProtectedBroadcast()
9689 || actionName.startsWith("android.net.netmon.launchCaptivePortalApp")) { in isProtectedBroadcast()
9695 return mProtectedBroadcasts.contains(actionName); in isProtectedBroadcast()