OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChangePin
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chrome/test/pyautolib/
mock_pref_pane.py
17
"""Mock Pref Pane to enable/disable/
changepin
without system prompt.
83
def
ChangePin
(self):
114
elif sys.argv[1] == '
changepin
':
115
pref_pane.
ChangePin
()
chromotinglib.py
429
def
ChangePin
(self, pin='222222', tab_index=1, windex=0):
432
subprocess.call([self._GetHelperRunner(), self._GetHelper(), '
changepin
'])
/external/chromium_org/chrome/test/functional/chromoting/
me2me_connect.py
73
self.host.
ChangePin
('222222')
/external/chromium_org/chromeos/network/
network_device_handler.h
187
void
ChangePin
(
network_device_handler_unittest.cc
237
TEST_F(NetworkDeviceHandlerTest,
ChangePin
) {
242
network_device_handler_->
ChangePin
(kDefaultCellularDevicePath,
251
network_device_handler_->
ChangePin
(kUnknownCellularDevicePath,
network_device_handler.cc
240
void NetworkDeviceHandler::
ChangePin
(
246
DBusThreadManager::Get()->GetShillDeviceClient()->
ChangePin
(
/external/chromium_org/chromeos/dbus/
shill_device_client.h
129
// Calls the
ChangePin
method.
131
virtual void
ChangePin
(const dbus::ObjectPath& device_path,
fake_shill_device_client.h
63
virtual void
ChangePin
(const dbus::ObjectPath& device_path,
shill_device_client_unittest.cc
294
TEST_F(ShillDeviceClientTest,
ChangePin
) {
312
client_->
ChangePin
(dbus::ObjectPath(kExampleDevicePath),
shill_device_client.cc
147
virtual void
ChangePin
(const dbus::ObjectPath& device_path,
fake_shill_device_client.cc
160
void FakeShillDeviceClient::
ChangePin
(const dbus::ObjectPath& device_path,
/external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h
83
MOCK_METHOD2(
ChangePin
, void(const std::string&, const std::string&));
network_library.h
115
// only on certain operations, such as ChangeRequirePin,
ChangePin
, EnterPin.
[
all
...]
network_library.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc
214
void
ChangePin
(const std::string& old_pin, const std::string& new_pin);
493
ChangePin
(code, new_pin_);
545
void SimUnlockHandler::
ChangePin
(const std::string& old_pin,
552
std::string operation_name = "
ChangePin
";
554
GetNetworkDeviceHandler()->
ChangePin
(
/external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc
433
lib->
ChangePin
(code, new_pin_);
Completed in 59 milliseconds