Searched refs:NONE (Results 51 - 75 of 82) sorted by relevance

1234

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp51 mAuthType(NONE),
328 mAuthType = NONE;
738 if (mAuthType == NONE && mUser.size() > 0
967 if (mAuthType == NONE) {
H A DMyTransmitter.h82 mAuthType(NONE),
291 if (mAuthType == NONE) {
382 if (mAuthType != NONE) {
828 NONE, enumerator in enum:android::MyTransmitter::AuthType
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java235 config.proxySettings = ProxySettings.NONE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java284 return Phone.DataActivityState.NONE;
H A DPhone.java54 * <li>NONE = No traffic</li>
62 NONE, DATAIN, DATAOUT, DATAINANDOUT, DORMANT; enum constant in enum:Phone.DataActivityState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java118 if (status == DcFailCause.NONE.getErrorCode()) {
H A DDataConnection.java434 mLastFailCause = DcFailCause.NONE;
516 * @param cause and if no error the cause is DcFailCause.NONE
533 if (cause == DcFailCause.NONE) {
626 mLastFailCause = DcFailCause.NONE;
961 mDcFailCause = DcFailCause.NONE;
1254 mDcFailCause = DcFailCause.NONE;
1331 if (cause == DcFailCause.NONE) {
1334 + " BAD: error was NONE, change to UNKNOWN");
1436 notifyConnectCompleted(cp, DcFailCause.NONE, false);
H A DDcTrackerBase.java195 protected DctConstants.Activity mActivity = DctConstants.Activity.NONE;
1415 mActivity : DctConstants.Activity.NONE;
1555 if (VDBG_STALL) log("updateDataStallInfo: NONE");
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java136 private static final int NONE = 0x0000; field in class:ViewPropertyAnimator
874 if (bundle.mPropertyMask == NONE) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp95 if (mSignalledError || mOutputPortSettingsChange != NONE) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp102 if (mSignalledError || mOutputPortSettingsChange != NONE) {
/frameworks/base/core/java/android/text/method/
H A DQwertyKeyListener.java75 sFullKeyboardInstance = new QwertyKeyListener(Capitalize.NONE, false, true);
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java123 NONE (0, 0), enum constant in enum:Element.DataType
769 mType = DataType.NONE;
987 // field must not be NONE since we require name equivalence for
990 (mType != DataType.NONE) &&
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java131 NONE (0, 0), enum constant in enum:Element.DataType
716 mType = DataType.NONE;
902 // field must not be NONE since we require name equivalence for
905 (mType != DataType.NONE) &&
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java868 public static final int NONE = 0; field in class:MediaArtistNativeHelper.VideoEffect
906 public static final int NONE = 0; field in class:MediaArtistNativeHelper.VideoTransition
1103 public static final int NONE = 0; field in class:MediaArtistNativeHelper.AudioTransition
1186 public static final int NONE = 0; field in class:MediaArtistNativeHelper.AudioEffect
3708 VideoTransition.NONE;
3710 AudioTransition.NONE;
/frameworks/wilhelm/src/itf/
H A DIEngine.c571 "pMIDISrc", pMIDISrc, URI | MIDIBUFFERQUEUE, NONE
744 "pDataSource", pDataSource, NONE, NONE
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java555 config.allowedKeyManagement.set(KeyMgmt.NONE);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java764 return Insets.NONE;
H A DNinePatchDrawable.java60 private Insets mOpticalInsets = Insets.NONE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java175 return DataActivityState.NONE;
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java539 config.allowedKeyManagement.set(KeyMgmt.NONE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java342 DataActivityState ret = DataActivityState.NONE;
364 ret = DataActivityState.NONE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java344 DataActivityState ret = DataActivityState.NONE;
365 ret = DataActivityState.NONE;
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java552 return InterceptType.NONE;
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java551 return InterceptType.NONE;

Completed in 631 milliseconds

1234