HomeSort by relevance Sort by last modified time
    Searched defs:profile_name (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/site_tests/network_WiFi_ProfileBasic/
network_WiFi_ProfileBasic.py 16 def profile_name(self): member in class:ProfileRemovingContext
21 def __init__(self, wifi_client, profile_name='always_removed'):
23 self._profile_name = profile_name
27 if not all([self._wifi_client.shill.create_profile(self.profile_name),
28 self._wifi_client.shill.push_profile(self.profile_name)]):
30 self.profile_name)
36 self._wifi_client.shill.pop_profile(self.profile_name)
37 if not self._wifi_client.shill.remove_profile(self.profile_name):
39 self.profile_name)
79 profile_name='bottom') as bottom
    [all...]
  /frameworks/native/cmds/installd/
otapreopt_parameters.h 48 const char* profile_name; member in class:android::installd::OTAPreoptParameters
InstalldNativeService.cpp 1972 const char* profile_name = getCStr(profileName); local
    [all...]
dexopt.cpp 2676 LOG(WARNING) << "profman failed for " << package_name << ":" << profile_name; local
2756 PLOG(WARNING) << "profman failed for " << package_name << ":" << profile_name; local
2820 PLOG(WARNING) << "profman failed for " << package_name << ":" << profile_name; local
    [all...]
  /external/libmtp/src/
ptp.h 1271 char profile_name[17]; member in struct:_PTPNIKONWifiProfile
    [all...]

Completed in 114 milliseconds