OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTAG
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
62
private final String
mTAG
;
70
mTAG
= "WifiNative-" + interfaceName;
106
Log.e(
mTAG
, "Failed to start HAL for client mode");
123
Log.e(
mTAG
, "Failed to start HAL for AP mode");
140
Log.e(
mTAG
, "Failed to teardown interfaces from Wificond");
756
Log.e(
mTAG
, "Invalid arguments for ANQP request.");
776
Log.e(
mTAG
, "Invalid arguments for Icon request.");
828
Log.i(
mTAG
, "Vendor HAL not supported, Ignore start...");
839
Log.i(
mTAG
, "Vendor HAL not supported, Ignore stop...");
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pNative.java
31
private final String
mTAG
;
36
mTAG
= "WifiP2pNative-" + interfaceName;
Completed in 121 milliseconds