Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareServiceImpl.java71 private WifiAwareShellCommand mShellCommand; field in WifiAwareServiceImpl
107 mShellCommand = awareShellCommand; in start()
452 return mShellCommand.exec( in handleShellCommand()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
H A DRttServiceImpl.java86 private final RttShellCommand mShellCommand; field in RttServiceImpl
114 mShellCommand = new RttShellCommand(); in RttServiceImpl()
115 mShellCommand.reset(); in RttServiceImpl()
363 return mShellCommand.exec( in handleShellCommand()
443 checkLocationHardware() && mShellCommand.getControlParam( in startRanging()