Searched refs:mListenMode (Results 1 – 3 of 3) sorted by relevance
105 final @ListenModeEnum int mListenMode; field in Mode132 mListenMode = validateListenModeEnum(modeEnum, listenMode); in Mode()172 + ", mListenMode=" + prettyPrintListenModeEnum(mListenMode) in toStringTemplate()
73 private final @ListenModeEnum int mListenMode; field in Environment.LocationListeningResult96 mListenMode = listenMode; in LocationListeningResult()180 + "mListenMode=" + prettyPrintListenModeEnum(mListenMode) in toStringTemplate()
305 || currentMode.mListenMode != LOCATION_LISTEN_MODE_ACTIVE) { in onActiveListeningResult()347 || currentMode.mListenMode != LOCATION_LISTEN_MODE_PASSIVE) { in onPassiveListeningResult()376 +", currentMode.mListenMode=" + prettyPrintListenModeEnum(currentMode.mListenMode), in handleLocationKnown()408 + ", currentMode.mListenMode=" + prettyPrintListenModeEnum(currentMode.mListenMode); in handleLocationNotKnown()427 || currentMode.mListenMode != LOCATION_LISTEN_MODE_PASSIVE) { in onPassiveListeningEnded()