Searched refs:notifId (Results 1 – 6 of 6) sorted by relevance
25 boolean sendNiResponse(int notifId, int userResponse); in sendNiResponse() argument
61 boolean sendNiResponse(int notifId, int userResponse); in sendNiResponse() argument
1583 public boolean sendNiResponse(int notifId, int userResponse) { in sendNiResponse() argument1585 return mService.sendNiResponse(notifId, userResponse); in sendNiResponse()
146 int notifId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1); in handleNIVerify() local147 notificationId = notifId; in handleNIVerify()
635 jint notifId, jint response) in android_location_GpsLocationProvider_send_ni_response() argument642 sGpsNiInterface->respond(notifId, response); in android_location_GpsLocationProvider_send_ni_response()
1578 public boolean sendNiResponse(int notifId, int userResponse) { in sendNiResponse() argument1584 return mNetInitiatedListener.sendNiResponse(notifId, userResponse); in sendNiResponse()