Home
last modified time | relevance | path

Searched refs:appType (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DGLVersion.java40 …public GLVersion (Application.ApplicationType appType, String versionString, String vendorString, … in GLVersion() argument
41 if (appType == Application.ApplicationType.Android) this.type = Type.GLES; in GLVersion()
42 else if (appType == Application.ApplicationType.iOS) this.type = Type.GLES; in GLVersion()
43 else if (appType == Application.ApplicationType.Desktop) this.type = Type.OpenGL; in GLVersion()
44 else if (appType == Application.ApplicationType.Applet) this.type = Type.OpenGL; in GLVersion()
45 else if (appType == Application.ApplicationType.WebGL) this.type = Type.WebGL; in GLVersion()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java721 @RpcParameter(name = "appType") Integer appType, in telephonyGetIccSimChallengeResponse()
725 SubscriptionManager.getDefaultSubscriptionId(), appType, authType, hexChallenge); in telephonyGetIccSimChallengeResponse()
732 @RpcParameter(name = "appType") Integer appType, in telephonyGetIccSimChallengeResponseForSubscription()
738 … String b64Result = mTelephonyManager.getIccAuthentication(subId, appType, authType, b64Data); in telephonyGetIccSimChallengeResponseForSubscription()