Searched refs:notifId (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/location/java/android/location/ |
H A D | INetInitiatedListener.aidl | 26 boolean sendNiResponse(int notifId, int userResponse); in sendNiResponse() argument
|
H A D | LocationManagerInternal.java | 93 public abstract void sendNiResponse(int notifId, int userResponse); in sendNiResponse() argument
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
H A D | WearPackageInstallerService.java | 598 int notifId; in buildNotification() local 600 notifId = mNotifIdMap.get(packageName); in buildNotification() 602 notifId = mInstallNotificationId++; in buildNotification() 603 mNotifIdMap.put(packageName, notifId); in buildNotification() 612 return new Pair<>(notifId, new Notification.Builder(this, WEAR_APPS_CHANNEL) in buildNotification()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssManagerService.java | 280 public void sendNiResponse(int notifId, int userResponse) { in sendNiResponse() argument 282 mGnssLocationProvider.getNetInitiatedListener().sendNiResponse(notifId, userResponse); in sendNiResponse()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_location_GnssLocationProvider.cpp | 596 jint notifId, jint response) { in android_location_gnss_hal_GnssNative_send_ni_response() argument 602 auto result = gnssNiIface->respond(notifId, in android_location_gnss_hal_GnssNative_send_ni_response()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/ |
H A D | LocationManagerService.java | 1720 public void sendNiResponse(int notifId, int userResponse) { in sendNiResponse() argument 1722 mGnssManagerService.sendNiResponse(notifId, userResponse); in sendNiResponse()
|