Searched refs:notifId (Results 1 – 6 of 6) sorted by relevance
25 boolean sendNiResponse(int notifId, int userResponse); in sendNiResponse() argument
62 boolean sendNiResponse(int notifId, int userResponse); in sendNiResponse() argument
1674 public boolean sendNiResponse(int notifId, int userResponse) { in sendNiResponse() argument1676 return mService.sendNiResponse(notifId, userResponse); in sendNiResponse()
145 int notifId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1); in handleNIVerify() local146 notificationId = notifId; in handleNIVerify()
793 jint notifId, jint response) in android_location_GpsLocationProvider_send_ni_response() argument800 sGpsNiInterface->respond(notifId, response); in android_location_GpsLocationProvider_send_ni_response()
1921 public boolean sendNiResponse(int notifId, int userResponse) { in sendNiResponse() argument1927 return mNetInitiatedListener.sendNiResponse(notifId, userResponse); in sendNiResponse()