HomeSort by relevance Sort by last modified time
    Searched refs:profile_name (Results 1 - 25 of 29) sorted by null

1 2

  /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...]
  /external/autotest/client/cros/
shill_temporary_profile.py 10 def __init__(self, manager, profile_name='test'):
12 self._profile_name = profile_name
  /external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py 18 PROFILE_NAME = 'test'
46 shill.manager, profile_name=self.PROFILE_NAME):
54 profile_name = self.get_field_from_properties(
56 if profile_name != self.PROFILE_NAME:
58 '%r.' % profile_name)
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_ap_preset.py 19 def create_ap_preset(profile_name,
33 profile_name: The name of the device want the preset for.
60 if (profile_name == 'whirlwind'):
126 raise ValueError('Invalid ap model specified (%s)' % profile_name)
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnableProfileActivity.java 40 manager.setProfileName(componentName, getString(R.string.profile_name));
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerReceiver.java 41 manager.setProfileName(componentName, context.getString(R.string.profile_name));
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnableProfileActivity.java 40 manager.setProfileName(componentName, getString(R.string.profile_name));
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerReceiver.java 41 manager.setProfileName(componentName, context.getString(R.string.profile_name));
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
EnableProfileActivity.java 40 manager.setProfileName(componentName, getString(R.string.profile_name));
  /development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DeviceOwnerReceiver.java 41 manager.setProfileName(componentName, context.getString(R.string.profile_name));
  /external/boringssl/src/ssl/
d1_srtp.cc 143 static int find_profile_by_name(const char *profile_name,
150 if (len == strlen(p->name) && !strncmp(p->name, profile_name, len)) {
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 56 def create_profile(self, profile_name):
59 @param profile_name string name of profile to create.
63 self._wifi_proxy.manager.CreateProfile(profile_name)
68 def push_profile(self, profile_name):
71 @param profile_name string name of profile to push.
75 self._wifi_proxy.manager.PushProfile(profile_name)
80 def pop_profile(self, profile_name):
83 @param profile_name string name of profile to pop.
87 if profile_name is None:
90 self._wifi_proxy.manager.PopProfile(profile_name)
    [all...]
android_xmlrpc_server.py 294 @param profile_name: Ignored.
299 def create_profile(self, profile_name):
301 @param profile_name: Ignored.
306 def push_profile(self, profile_name):
308 @param profile_name: Ignored.
313 def remove_profile(self, profile_name):
315 @param profile_name: Ignored.
320 def pop_profile(self, profile_name):
322 @param profile_name: Ignored.
  /tools/test/connectivity/acts/tests/google/wifi/
SetupWifiNetworkTest.py 70 profile_name='whirlwind')
80 profile_name='whirlwind')
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 50 manager.setProfileName(componentName, getString(R.string.profile_name));
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 50 manager.setProfileName(componentName, getString(R.string.profile_name));
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
EnableProfileActivity.java 51 manager.setProfileName(componentName, getString(R.string.profile_name));
  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 82 (profile_name, profile_short_name) = self.PROFILE_NAMES[profile]
182 self.index, profile_name, profile_short_name)
223 if name != profile_name:
225 name, profile_name)
  /external/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 170 profile_name = self._get_profile_name(profile)
171 return (name + '_' + profile_name, name + '.' + profile_name)
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
WifiBaseTest.py 237 profile_name='whirlwind')
243 profile_name='whirlwind')
  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py 102 manager, profile_name=self.TEST_PROFILE_NAME):
  /external/e2fsprogs/e2fsck/
e2fsck.h 626 const char *profile_name,
631 const char *profile_name,
636 const char *profile_name,
641 const char *profile_name,
util.c 772 const char *profile_name, unsigned int *old_type)
779 profile_get_uint(ctx->profile, "bitmaps", profile_name, 0,
  /external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py 234 manager, profile_name=self.TEST_PROFILE_NAME):
  /frameworks/base/packages/Osu/src/com/android/hotspot2/app/
MainActivity.java 282 TextView osuName = (TextView) view.findViewById(R.id.profile_name);

Completed in 3332 milliseconds

1 2