HomeSort by relevance Sort by last modified time
    Searched defs:getProfile (Results 1 - 25 of 46) sorted by null

1 2

  /packages/apps/Settings/src/com/android/settings/vpn2/
LegacyVpnPreference.java 42 public VpnProfile getProfile() {
ConfigDialog.java 277 VpnProfile profile = getProfile();
352 if (mAlwaysOnVpn.isChecked() && !getProfile().isValidLockdownProfile()) {
437 VpnProfile getProfile() {
  /prebuilts/go/darwin-x86/src/cmd/pprof/
pprof.go 56 p, err := getProfile(sourceURL, timeout)
60 func getProfile(source string, timeout time.Duration) (*profile.Profile, error) {
  /prebuilts/go/linux-x86/src/cmd/pprof/
pprof.go 56 p, err := getProfile(sourceURL, timeout)
60 func getProfile(source string, timeout time.Duration) (*profile.Profile, error) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
ProfileManager.java 161 public PeripheralProfile getProfile(int index) {
166 public PeripheralProfile getProfile(String productName) {
  /external/deqp/framework/opengl/
gluRenderContext.hpp 83 Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)-1u)); }
155 using ApiType::getProfile;
191 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; }
192 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; }
193 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == PROFILE_COMPATIBILITY; }
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 362 public final UserHandle getProfile() {
462 return "AppWidgetProviderInfo(" + getProfile() + '/' + provider + ')';
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipAccountRegistry.java 43 SipProfile getProfile() {
285 if (Objects.equals(sipProfileName, entry.getProfile().getProfileName())) {
SipSettings.java 82 SipProfile getProfile() {
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 176 provider.getProfile(), provider.provider, null);
186 appWidgetId, provider.getProfile(), provider.provider, null);
261 provider.getProfile(), provider.provider, null);
282 provider.getProfile(), provider.provider, null);
376 firstProvider.getProfile(), firstProvider.provider, null);
386 secondProvider.getProfile(), secondProvider.provider, null);
459 provider.getProfile(), provider.provider, null);
466 provider.getProfile(), provider.provider, null);
508 provider.getProfile(), provider.provider, null);
513 assertEquals(provider.getProfile(), foundProvider.getProfile())
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccCardController.java 235 public void getProfile(String callingPackage, String cardId, String iccid,
244 loge("getProfile callback failure.", exception);
255 loge("getProfile callback failure.", exception);
262 loge("getProfile callback onException: ", e);
265 loge("getProfile callback failure.", exception);
270 card.getProfile(iccid, cardCb, mEuiccMainThreadHandler);
358 loge("getProfile in switchToProfile callback onException: ", e);
366 card.getProfile(iccid, profileCb, mEuiccMainThreadHandler);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
EuiccCard.java 246 public final void getProfile(String iccid, AsyncResultCallback<EuiccProfileInfo> callback,
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 174 mVideoRecorder = new VideoRecorder(mCameraContext.getCamera(), mCameraContext.getProfile());
543 public CamcorderProfile getProfile() {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 331 sb.append(info.getProfile());
529 info.icon, info.getProfile());
582 if (!info.getProfile().equals(android.os.Process.myUserHandle())) {
607 previewDrawable, info.getProfile(), badgeLocation, 0);
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/
aws-java-sdk-elastictranscoder-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 

Completed in 550 milliseconds

1 2