Home
last modified time | relevance | path

Searched refs:opPkg (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java60 private final String opPkg; field in StatusBarNotification
75 public StatusBarNotification(String pkg, String opPkg, int id, in StatusBarNotification() argument
82 this.opPkg = opPkg; in StatusBarNotification()
99 public StatusBarNotification(String pkg, String opPkg, int id, String tag, int uid, in StatusBarNotification() argument
106 this.opPkg = opPkg; in StatusBarNotification()
120 this.opPkg = in.readString(); in StatusBarNotification()
215 out.writeString(this.opPkg); in writeToParcel()
279 StatusBarNotification result = new StatusBarNotification(this.pkg, this.opPkg, in cloneShallow()
375 return opPkg; in getOpPkg()
/frameworks/base/core/java/android/os/
DIVibratorManagerService.aidl34 boolean setAlwaysOnEffect(int uid, String opPkg, int alwaysOnId, in setAlwaysOnEffect() argument
36 void vibrate(int uid, int deviceId, String opPkg, in CombinedVibration vibration, in vibrate() argument
43 oneway void performHapticFeedback(int uid, int deviceId, String opPkg, int constant, in performHapticFeedback() argument
DSystemVibratorManager.java120 public boolean setAlwaysOnEffect(int uid, String opPkg, int alwaysOnId, in setAlwaysOnEffect() argument
127 return mService.setAlwaysOnEffect(uid, opPkg, alwaysOnId, effect, attributes); in setAlwaysOnEffect()
135 public void vibrate(int uid, String opPkg, @NonNull CombinedVibration effect, in vibrate() argument
142 mService.vibrate(uid, mContext.getDeviceId(), opPkg, effect, attributes, reason, in vibrate()
229 public boolean setAlwaysOnEffect(int uid, String opPkg, int alwaysOnId, in setAlwaysOnEffect() argument
234 return SystemVibratorManager.this.setAlwaysOnEffect(uid, opPkg, alwaysOnId, combined, in setAlwaysOnEffect()
239 public void vibrate(int uid, String opPkg, @NonNull VibrationEffect vibe, String reason, in vibrate() argument
244 SystemVibratorManager.this.vibrate(uid, opPkg, combined, reason, attributes); in vibrate()
DVibratorManager.java84 public boolean setAlwaysOnEffect(int uid, String opPkg, int alwaysOnId, in setAlwaysOnEffect() argument
137 public abstract void vibrate(int uid, String opPkg, @NonNull CombinedVibration effect, in vibrate() argument
DSystemVibrator.java187 public boolean setAlwaysOnEffect(int uid, String opPkg, int alwaysOnId, VibrationEffect effect, in setAlwaysOnEffect() argument
194 return mVibratorManager.setAlwaysOnEffect(uid, opPkg, alwaysOnId, combinedEffect, attrs); in setAlwaysOnEffect()
198 public void vibrate(int uid, String opPkg, @NonNull VibrationEffect effect, in vibrate() argument
205 mVibratorManager.vibrate(uid, opPkg, combinedEffect, reason, attributes); in vibrate()
DNullVibrator.java50 public void vibrate(int uid, String opPkg, VibrationEffect effect, in vibrate() argument
DVibrator.java345 public boolean setAlwaysOnEffect(int uid, String opPkg, int alwaysOnId, in setAlwaysOnEffect() argument
519 public abstract void vibrate(int uid, String opPkg, @NonNull VibrationEffect vibe, in vibrate() argument
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibration.java123 public final String opPkg; field in Vibration.CallerInfo
126 CallerInfo(@NonNull VibrationAttributes attrs, int uid, int deviceId, String opPkg, in CallerInfo() argument
132 this.opPkg = opPkg; in CallerInfo()
144 && Objects.equals(opPkg, that.opPkg) in equals()
150 return Objects.hash(attrs, uid, deviceId, opPkg, reason); in hashCode()
157 + ", opPkg=" + opPkg in toString()
302 mCallerInfo.opPkg, mCallerInfo.uid, mCallerInfo.deviceId, mCallerInfo.reason); in dumpCompact()
DVibratorManagerService.java368 public boolean setAlwaysOnEffect(int uid, String opPkg, int alwaysOnId, in setAlwaysOnEffect() argument
399 new Vibration.CallerInfo(attrs, uid, Context.DEVICE_ID_DEFAULT, opPkg, in setAlwaysOnEffect()
411 public void vibrate(int uid, int deviceId, String opPkg, @NonNull CombinedVibration effect, in vibrate() argument
413 vibrateWithPermissionCheck(uid, deviceId, opPkg, effect, attrs, reason, token); in vibrate()
417 public void performHapticFeedback(int uid, int deviceId, String opPkg, int constant, in performHapticFeedback() argument
424 uid, deviceId, opPkg, constant, always, reason, /* token= */ this, fromIme); in performHapticFeedback()
435 int uid, int deviceId, String opPkg, int constant, boolean always, String reason, in performHapticFeedbackInternal() argument
458 return vibrateWithoutPermissionCheck(uid, deviceId, opPkg, vib, attrs, reason, token); in performHapticFeedbackInternal()
468 HalVibration vibrateWithPermissionCheck(int uid, int deviceId, String opPkg, in vibrateWithPermissionCheck() argument
476 return vibrateInternal(uid, deviceId, opPkg, effect, attrs, reason, token); in vibrateWithPermissionCheck()
[all …]
DInputDeviceDelegate.java99 mInputDeviceVibrators.valueAt(i).vibrate(callerInfo.uid, callerInfo.opPkg, effect, in vibrateIfAvailable()
/frameworks/base/core/java/android/view/accessibility/
DIAccessibilityManager.aidl160 boolean startFlashNotificationSequence(String opPkg, int reason, IBinder token); in startFlashNotificationSequence() argument
163 boolean stopFlashNotificationSequence(String opPkg); in stopFlashNotificationSequence() argument
166 boolean startFlashNotificationEvent(String opPkg, int reason, String reasonPkg); in startFlashNotificationEvent() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DVibratorHelper.java92 public void vibrate(int uid, String opPkg, @NonNull VibrationEffect vibe, in vibrate() argument
97 mExecutor.execute(() -> mVibrator.vibrate(uid, opPkg, vibe, reason, attributes)); in vibrate()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/haptics/
DEmptyVibrator.kt35 opPkg: String, in hasAmplitudeControl()
DFakeVibratorHelper.kt49 opPkg: String?, in vibrate()
/frameworks/layoutlib/bridge/src/android/os/
DNullVibratorManager.java44 public void vibrate(int uid, String opPkg, CombinedVibration effect, String reason, in vibrate() argument
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DSbnBuilder.java100 public SbnBuilder setOpPkg(String opPkg) { in setOpPkg() argument
101 mOpPkg = opPkg; in setOpPkg()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DFlashNotificationsController.java292 boolean startFlashNotificationSequence(String opPkg, in startFlashNotificationSequence() argument
294 final FlashNotification flashNotification = new FlashNotification(opPkg, TYPE_SEQUENCE, in startFlashNotificationSequence()
296 token, () -> stopFlashNotification(opPkg)); in startFlashNotificationSequence()
304 boolean stopFlashNotificationSequence(String opPkg) { in stopFlashNotificationSequence() argument
305 stopFlashNotification(opPkg); in stopFlashNotificationSequence()
309 boolean startFlashNotificationEvent(String opPkg, int reason, String reasonPkg) { in startFlashNotificationEvent() argument
310 requestStartFlashNotification(new FlashNotification(opPkg, TYPE_DEFAULT, in startFlashNotificationEvent()
/frameworks/base/services/tests/vibrator/utils/android/os/test/
DFakeVibrator.java56 public void vibrate(int uid, String opPkg, @NonNull VibrationEffect vibe, String reason, in vibrate() argument
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java180 public NotificationEntryBuilder setOpPkg(String opPkg) { in setOpPkg() argument
181 mSbnBuilder.setOpPkg(opPkg); in setOpPkg()
/frameworks/base/core/java/android/hardware/input/
DInputDeviceVibratorManager.java128 public void vibrate(int uid, String opPkg, @NonNull CombinedVibration effect, in vibrate() argument
DInputDeviceVibrator.java177 public void vibrate(int uid, String opPkg, @NonNull VibrationEffect effect, String reason, in vibrate() argument
DIInputManager.aidl196 void openLightSession(int deviceId, String opPkg, in IBinder token); in openLightSession() argument
/frameworks/base/core/java/android/app/
DINotificationManager.aidl59 void enqueueNotificationWithTag(String pkg, String opPkg, String tag, int id, in enqueueNotificationWithTag() argument
62 void cancelNotificationWithTag(String pkg, String opPkg, String tag, int id, int userId); in cancelNotificationWithTag() argument
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1862 LightSession(int deviceId, String opPkg, IBinder token) { in LightSession() argument
1864 mOpPkg = opPkg; in LightSession()
1955 public void openLightSession(int deviceId, String opPkg, IBinder token) { in openLightSession() argument
1959 LightSession lightSession = new LightSession(deviceId, opPkg, token); in openLightSession()
1968 Slog.d(TAG, "Open light session for " + opPkg + " device " + deviceId); in openLightSession()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3762 public void enqueueNotificationWithTag(String pkg, String opPkg, String tag, int id,
3764 enqueueNotificationInternal(pkg, opPkg, Binder.getCallingUid(),
3770 public void cancelNotificationWithTag(String pkg, String opPkg, String tag, int id,
3781 cancelNotificationInternal(pkg, opPkg, Binder.getCallingUid(), Binder.getCallingPid(),
7025 public void enqueueNotification(String pkg, String opPkg, int callingUid, int callingPid,
7027 enqueueNotificationInternal(pkg, opPkg, callingUid, callingPid, tag, id, notification,
7032 public void enqueueNotification(String pkg, String opPkg, int callingUid, int callingPid,
7035 enqueueNotificationInternal(pkg, opPkg, callingUid, callingPid, tag, id, notification,
7040 public void cancelNotification(String pkg, String opPkg, int callingUid, int callingPid,
7046 cancelNotificationInternal(pkg, opPkg, callingUid, callingPid, tag, id, userId,
[all …]

12