OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_profile
(Results
1 - 8
of
8
) sorted by null
/external/autotest/client/site_tests/network_RestartShill/
network_RestartShill.py
19
def run_once(self,
remove_profile
):
22
if
remove_profile
:
/developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java
140
mButtonRemoveProfile = (Button) view.findViewById(R.id.
remove_profile
);
173
case R.id.
remove_profile
: {
/developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java
140
mButtonRemoveProfile = (Button) view.findViewById(R.id.
remove_profile
);
173
case R.id.
remove_profile
: {
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
BasicManagedProfileFragment.java
140
mButtonRemoveProfile = (Button) view.findViewById(R.id.
remove_profile
);
173
case R.id.
remove_profile
: {
/external/autotest/server/cros/network/
wpa_cli_proxy.py
224
def
remove_profile
(self, _):
member in class:WpaCliProxy
231
logging.info('Skipping
remove_profile
on %s', self.__class__.__name__)
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/
network_WiFi_ProfileBasic.py
37
if not self._wifi_client.shill.
remove_profile
(self.profile_name):
/external/autotest/client/cros/networking/
shill_xmlrpc_server.py
95
def
remove_profile
(self, profile_name):
member in class:ShillXmlRpcDelegate
238
self.
remove_profile
(self.DEFAULT_TEST_PROFILE_NAME)
android_xmlrpc_server.py
241
def
remove_profile
(self, profile_name):
member in class:AndroidXmlRpcDelegate
Completed in 1143 milliseconds