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

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java125 public int niType; field in class:GpsNetInitiatedHandler.GpsNiNotification
324 + " niType: " + notif.niType
338 boolean isNiTypeES = (notif.niType == GPS_NI_TYPE_EMERGENCY_SUPL);
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java2145 int niType,
2156 ", niType: " + niType +
2169 notification.niType = niType;
2143 reportNiNotification( int notificationId, int niType, int notifyFlags, int timeout, int defaultResponse, String requestorId, String text, int requestorIdEncoding, int textEncoding ) argument

Completed in 57 milliseconds