Home
last modified time | relevance | path

Searched refs:includeLocationData (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyCallbackTest.java212 int includeLocationData = TelephonyManager.INCLUDE_LOCATION_DATA_FINE; in registerTelephonyCallback() local
214 includeLocationData = TelephonyManager.INCLUDE_LOCATION_DATA_NONE; in registerTelephonyCallback()
216 includeLocationData = TelephonyManager.INCLUDE_LOCATION_DATA_COARSE; in registerTelephonyCallback()
218 mTelephonyManager.registerTelephonyCallback(includeLocationData, mSimpleExecutor, in registerTelephonyCallback()