Searched defs:actionName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java51 String actionName(int action) { method in class:GestureRecorder.Gesture.MotionEventRecord
70 actionName(this.event.getAction()),
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3615 String actionName = Intent.ACTION_RESOLVE_INSTANT_APP_PACKAGE;
3616 final Intent resolverIntent = new Intent(actionName);
3648 return new Pair<>(new ComponentName(packageName, info.serviceInfo.name), actionName);
5544 public boolean isProtectedBroadcast(String actionName) { argument
5547 if (mProtectedBroadcasts.contains(actionName)) {
5549 } else if (actionName != null) {
5551 if (actionName.startsWith("android.net.netmon.lingerExpired")
5552 || actionName.startsWith("com.android.server.sip.SipWakeupTimer")
5553 || actionName.startsWith("com.android.internal.telephony.data-reconnect")
5554 || actionName
[all...]

Completed in 68 milliseconds