Searched refs:NONE (Results 26 - 50 of 82) sorted by relevance

1234

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java98 NONE, CHANGED, RESET; enum constant in enum:DcAsyncChannel.LinkPropertyChangeAction
101 if (value == NONE.ordinal()) {
102 return NONE;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp63 mOutputPortSettingsChange(NONE) {
304 if (mSignalledError || mOutputPortSettingsChange != NONE) {
609 mOutputPortSettingsChange = NONE;
618 case NONE:
632 mOutputPortSettingsChange = NONE;
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp57 mOutputPortSettingsChange(NONE) {
248 if (mOutputPortSettingsChange != NONE) {
428 mOutputPortSettingsChange = NONE;
437 case NONE:
451 mOutputPortSettingsChange = NONE;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp155 mFlushingAudio(NONE),
156 mFlushingVideo(NONE),
869 mFlushingAudio = NONE;
870 mFlushingVideo = NONE;
983 if (mFlushingAudio == NONE && mFlushingVideo == NONE) {
1129 CHECK(mFlushingAudio == NONE
1134 if (mFlushingVideo == NONE) {
1140 CHECK(mFlushingVideo == NONE
1145 if (mFlushingAudio == NONE) {
[all...]
H A DNuPlayer.h133 NONE, enumerator in enum:android::NuPlayer::FlushStatus
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h55 NONE, enumerator in enum:android::SimpleSoftOMXComponent::PortInfo::__anon913
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h70 NONE, enumerator in enum:android::ARTSPConnection::AuthType
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h62 NONE, enumerator in enum:android::camera2::StreamingProcessor::StreamType
H A DStreamingProcessor.cpp45 mActiveRequest(NONE),
419 if (type == NONE) return INVALID_OPERATION;
488 if (mActiveRequest == NONE) {
541 mActiveRequest = NONE;
551 case NONE:
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java55 public static final int NONE = 0; field in class:WifiConfiguration.KeyMgmt
72 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP", "IEEE8021X",
117 public static final int NONE = 0; field in class:WifiConfiguration.PairwiseCipher
125 public static final String[] strings = { "NONE", "TKIP", "CCMP" };
309 NONE, enum constant in enum:WifiConfiguration.ProxySettings
570 return KeyMgmt.NONE;
H A DWifiApConfigStore.java156 if (authType != KeyMgmt.NONE) {
185 if(authType != KeyMgmt.NONE) {
H A DWifiInfo.java133 return WifiSsid.NONE;
301 sb.append("SSID: ").append(mWifiSsid == null ? WifiSsid.NONE : mWifiSsid).
H A DWifiEnterpriseConfig.java220 public static final int NONE = -1; field in class:WifiEnterpriseConfig.Eap
238 public static final int NONE = 0; field in class:WifiEnterpriseConfig.Phase2
294 return getStringIndex(Eap.strings, eapMethod, Eap.NONE);
300 * @param phase2Method is the inner authentication method and can be one of {@link Phase2#NONE},
308 case Phase2.NONE:
334 return getStringIndex(Phase2.strings, phase2Method, Phase2.NONE);
H A DWifiConfigStore.java687 config.proxySettings = ProxySettings.NONE;
885 case NONE:
949 ProxySettings proxySettings = ProxySettings.NONE;
1043 case NONE:
1047 loge("BUG: Found UNASSIGNED proxy on file, use NONE");
1048 config.proxySettings = ProxySettings.NONE;
1238 config.enterpriseConfig.getEapMethod() != WifiEnterpriseConfig.Eap.NONE) {
1308 currentConfig.proxySettings = ProxySettings.NONE;
1382 case NONE:
1671 key = config.SSID + KeyMgmt.strings[KeyMgmt.NONE];
[all...]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_element.java108 _RS_ASSERT("complexElemsimpleElem.getDataType() == NONE",
109 complexElem.getDataType() == DataType.NONE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java43 NONE, enum constant in enum:SimulatedCommands.SimLockState
50 NONE, enum constant in enum:SimulatedCommands.SimFdnState
56 private final static SimLockState INITIAL_LOCK_STATE = SimLockState.NONE;
59 private final static SimFdnState INITIAL_FDN_STATE = SimFdnState.NONE;
98 mSimLockEnabled = (mSimLockedState != SimLockState.NONE);
101 mSimFdnEnabled = (mSimFdnEnabledState != SimFdnState.NONE);
127 mSimLockedState = SimLockState.NONE;
169 mSimLockedState = SimLockState.NONE;
213 mSimFdnEnabledState = SimFdnState.NONE;
254 mSimFdnEnabledState = SimFdnState.NONE;
[all...]
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java169 menu.add(ContextMenu.NONE, R.string.delete_appwidget, ContextMenu.NONE,
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp461 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE);
508 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE);
603 port->mTransition = PortInfo::NONE;
612 port->mTransition = PortInfo::NONE;
628 info->mTransition = PortInfo::NONE;
/frameworks/base/core/java/android/widget/
H A DShareActionProvider.java216 SubMenu expandedSubMenu = subMenu.addSubMenu(Menu.NONE, collapsedActivityCount,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DSelectPrinterFragment.java207 MenuItem selectItem = menu.add(Menu.NONE, R.string.print_select_printer,
208 Menu.NONE, R.string.print_select_printer);
218 MenuItem forgetItem = menu.add(Menu.NONE, R.string.print_forget_printer,
219 Menu.NONE, R.string.print_forget_printer);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DShareActionProvider.java232 SubMenu expandedSubMenu = subMenu.addSubMenu(Menu.NONE, collapsedActivityCount,
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElementThunker.java66 case NONE:
67 return android.renderscript.Element.DataType.NONE;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java63 private Insets mInsets = Insets.NONE;
369 mInsets = Insets.NONE;
373 mInsets = Insets.NONE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java72 private static final int NONE = 0; field in class:ExpandHelper
76 private int mExpansionStyle = NONE;
552 mExpansionStyle = NONE;
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp89 if (mOutputPortSettingsChange != NONE) {

Completed in 607 milliseconds

1234