/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
ExecCommand.java | 3 public enum ExecCommand {Browser, GetCert, UseClientCertTLS, UploadMO}
|
OSUCommand.java | 17 private final ExecCommand mExecCommand; 21 private static final Map<String, ExecCommand> sExecs = new HashMap<>(); 29 sExecs.put("launchbrowsertouri", ExecCommand.Browser); 30 sExecs.put("getcertificate", ExecCommand.GetCert); 31 sExecs.put("useclientcerttls", ExecCommand.UseClientCertTLS); 32 sExecs.put("uploadmo", ExecCommand.UploadMO); 114 public ExecCommand getExecCommand() { 126 ", execCommand=" + mExecCommand +
|
PostDevDataResponse.java | 33 public ExecCommand getExecCommand() {
|
OSUClient.java | 112 if (regResponse.getExecCommand() == ExecCommand.UseClientCertTLS) { 135 if (regResponse.getExecCommand() != ExecCommand.Browser) { 247 if (pddResponse.getExecCommand() == ExecCommand.UploadMO) { 264 if (pddResponse.getExecCommand() == ExecCommand.Browser) { 292 } else if (pddResponse.getExecCommand() == ExecCommand.GetCert) { 344 // 2a. User remediation with upload: ExecCommand.UploadMO 345 // 2b. User remediation without upload: ExecCommand.Browser 459 response.getExecCommand() == ExecCommand.GetCert) {
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
ICommandScheduler.java | 40 * @see #execCommand(IScheduledInvocationListener, String[]) 105 public void execCommand(IScheduledInvocationListener listener, String[] args) 117 public void execCommand(IScheduledInvocationListener listener, ITestDevice device, 130 public void execCommand(
|
CommandScheduler.java | [all...] |
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/ |
RemoteManagerFuncTest.java | 259 mMockScheduler.execCommand((IScheduledInvocationListener)EasyMock.anyObject(), 285 mMockScheduler.execCommand((IScheduledInvocationListener)EasyMock.anyObject(), 303 mMockScheduler.execCommand((IScheduledInvocationListener)EasyMock.anyObject(), 441 mMockScheduler.execCommand((IScheduledInvocationListener)EasyMock.anyObject(), 473 mMockScheduler.execCommand((IScheduledInvocationListener)EasyMock.anyObject(),
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
TradefedSanboxRunner.java | 96 mScheduler.execCommand(
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
CommandSchedulerTest.java | 292 * {@link CommandScheduler#execCommand(IScheduledInvocationListener, ITestDevice, String[])} 315 mScheduler.execCommand(mockListener, mockDevice, args); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
UsbMass.h | 170 USB_MASS_EXEC_COMMAND ExecCommand; ///< Transport command to the device then get result
|
UsbMassBoot.c | 55 Status = Transport->ExecCommand (
175 Status = Transport->ExecCommand (
193 // If ExecCommand() returns no error and CmdResult is success,
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dhtmled.h | 211 virtual HRESULT WINAPI ExecCommand(DHTMLEDITCMDID cmdID,OLECMDEXECOPT cmdexecopt,VARIANT *pInVar,VARIANT *pOutVar) = 0; 266 HRESULT (WINAPI *ExecCommand)(IDHTMLSafe *This,DHTMLEDITCMDID cmdID,OLECMDEXECOPT cmdexecopt,VARIANT *pInVar,VARIANT *pOutVar); 323 #define IDHTMLSafe_ExecCommand(This,cmdID,cmdexecopt,pInVar,pOutVar) (This)->lpVtbl->ExecCommand(This,cmdID,cmdexecopt,pInVar,pOutVar) [all...] |
/external/tpm2/ |
Android.bp | 79 "ExecCommand.c",
|
Makefile | 58 SOURCES += ExecCommand.c
|
/tools/tradefederation/core/src/com/android/tradefed/command/remote/ |
RemoteManager.java | 439 mScheduler.execCommand(tracker, device, c.getCommandArgs());
|
/packages/apps/Browser2/test/webexposed/ |
global-interface-listing-expected.txt | 782 method execCommand [all...] |