Searched refs:profile (Results 126 - 135 of 135) sorted by relevance

123456

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1089 public void setupDataCall(int radioTechnology, int profile, argument
1092 SimulatedCommandsVerifier.getInstance().setupDataCall(radioTechnology, profile, apn, user,
H A DSimulatedCommandsVerifier.java1144 public void setupDataCall(int radioTechnology, int profile, String apn, String user, argument
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dinit.cpp531 seqParam->profile_idc = encParam->profile;
564 /* verify the profile setting */
570 if (seqParam->profile_idc == 0) /* find profile for this setting */
572 /* find the right profile for it */
609 /* check the list of supported profile by this library */
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1599 * @param profile
1616 public void setupDataCall(int radioTechnology, int profile, argument
H A DRIL.java1629 setupDataCall(int radioTechnology, int profile, String apn, argument
1638 rr.mParcel.writeString(Integer.toString(profile));
1647 + profile + " " + apn + " " + user + " "
1650 mEventLog.writeRilSetupDataCall(rr.mSerial, radioTechnology, profile, apn,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java693 public void startLegacyVpn(VpnProfile profile) { argument
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3220 public void startLegacyVpn(VpnProfile profile) { argument
3228 mVpns.get(user).startLegacyVpn(profile, mKeyStore, egress);
3322 // Tear down existing lockdown if profile was removed
3326 final VpnProfile profile = VpnProfile.decode(
3328 if (profile == null) {
3329 Slog.e(TAG, "Lockdown VPN configured invalid profile " + profileName);
3340 setLockdownTracker(new LockdownVpnTracker(mContext, mNetd, this, vpn, profile));
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7619 public void setPowerProfile(PowerProfile profile) { argument
7621 mPowerProfile = profile;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java489 * Call this to profile the next traversal call.
492 public void profile() { method in class:ViewRootImpl
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5051 milliseconds

123456