Lines Matching refs:framework
24 * Protocol stack that is requesting the non-framework location information.
65 * GNSS response type for non-framework location requests.
68 /** Request rejected because framework has not given permission for this use case */
79 * Represents a non-framework location information request/response notification.
83 * Package name of the Android proxy application representing the non-framework
91 /** Protocol stack that initiated the non-framework location request. */
98 * This field is opaque to the framework and used for logging purposes.
109 * This field is opaque to the framework and used for logging purposes.
124 * Callback to report a non-framework delivered location.
126 * The GNSS HAL implementation must call this method to notify the framework whenever
127 * a non-framework location request is made to the GNSS HAL.
129 * Non-framework entities like low power sensor hubs that request location from GNSS and
130 * only pass location information through Android framework controls are exempt from this
132 * the location information to anywhere other than Android framework (which provides user
137 * To avoid overly spamming the framework, high speed location reporting of the exact same
146 * @param notification Non-framework delivered location request/response description.
160 * @return success True if the framework determines that the device is in emergency session.