HomeSort by relevance Sort by last modified time
    Searched defs:false (Results 326 - 350 of 793) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
NumPadKey.java 62 mPM.userActivity(SystemClock.uptimeMillis(), false); local
141 ObscureSpeechDelegate.sAnnouncedHeadset = false;
169 return false;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
HumanInteractionClassifier.java 53 private boolean mEnableClassifier = false;
93 Settings.Global.getUriFor(HIC_ENABLE), false, local
226 return false;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DemoModeFragment.java 67 mOnSwitch.setEnabled(false);
79 DemoMode.DEMO_MODE_ALLOWED), false, mDemoModeObserver); local
80 contentResolver.registerContentObserver(Settings.Global.getUriFor(DEMO_MODE_ON), false, local
104 MetricsLogger.visibility(getContext(), MetricsEvent.TUNER_DEMO_MODE, false); local
132 mOnSwitch.setChecked(false);
145 return false;
164 intent.putExtra("nosim", "false");
175 intent.putExtra("plugged", "false");
185 intent.putExtra("visible", "false");
  /frameworks/base/services/core/java/com/android/server/audio/
FocusRequester.java 41 private static final boolean DEBUG = false;
103 return false;
119 return false;
313 toAudioFocusInfo(), false /* wasDispatched */); local
  /frameworks/base/services/core/java/com/android/server/location/
LocationFudger.java 38 private static final boolean D = false;
151 COARSE_ACCURACY_CONFIG_NAME), false, mSettingsObserver); local
  /frameworks/base/tools/aapt2/flatten/
TableFlattener.cpp 64 return false;
174 assert(false); variable
230 return false;
294 ResTable_entry_ext* outEntry = writeEntry<ResTable_entry_ext, false>(entry, buffer);
336 return false;
437 return false;
457 return false;
472 if (diff > 0) return false;
475 if (diff > 0) return false;
494 return false;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java 162 boolean foundFont = false;
312 assert false; local
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BasicBindingTest.java 143 null, false)); local
201 return false;
  /frameworks/native/opengl/tools/glgen/src/
JFunc.java 32 boolean hasBufferArg = false;
33 boolean hasTypedBufferArg = false;
125 jfunc.setType(JType.convert(cfunc.getType(), false)); local
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java 422 assertEquals(trafficIndicationMap.isValid(), false); local
438 assertEquals(trafficIndicationMap.isValid(), false); local
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
Item.java 144 iconView.setImageState(icon.getState(), false /* merge */); local
  /libcore/ojluni/src/main/java/java/nio/charset/
CharsetDecoder.java 58 * long as additional input may be available, passing <tt>false</tt> for the
513 * then the invoker should pass <tt>false</tt> for this parameter; if there
516 * common, to pass <tt>false</tt> in one invocation and later discover that
542 * method, nor of this method with a value of <tt>false</tt> for
589 assert false : cr.toString();
607 assert false; local
813 * <tt>false</tt>; it should be overridden by auto-detecting decoders to
820 return false;
833 * <p> That this method returns <tt>false</tt> does not imply that no bytes
    [all...]
CharsetEncoder.java 58 * long as additional input may be available, passing <tt>false</tt> for the
189 this(cs, averageBytesPerChar, maxBytesPerChar, replacement, false);
528 * then the invoker should pass <tt>false</tt> for this parameter; if there
531 * common, to pass <tt>false</tt> in one invocation and later discover that
557 * method, nor of this method with a value of <tt>false</tt> for
604 assert false : cr.toString();
622 assert false; local
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DigitList.java 108 private boolean isNegative = false;
116 return false;
240 return false;
250 if (dig > max) return false;
286 * fractional digits to be converted. If false, total digits.
308 boolean nonZeroDigitSeen = false;
490 assert false; local
493 return false;
556 * fractional digits to be converted. If false, total digits.
598 return false;
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketAdaptor.java 109 ssc.configureBlocking(false);
141 assert false; local
184 return false; // Never happens
  /libcore/ojluni/src/main/java/sun/security/x509/
NetscapeCertTypeExtension.java 231 set(getPosition(name), false); local
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 49 _M_constant_width(false), _M_always_noconv(false),
50 _M_int_buf_dynamic(false),
51 _M_in_input_mode(false), _M_in_output_mode(false),
52 _M_in_error_mode(false), _M_in_putback_mode(false),
63 this->_M_setup_codecvt(locale(), false); local
92 // Note order of arguments. We close the file even if __ok is false.
109 = false;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
IndicatorIconController.java 180 mFlashIndicatorVideoIcons, false); local
185 mFlashIndicatorPhotoIcons, false); local
189 mFlashIndicatorPhotoIcons, false); local
207 mHdrPlusIndicatorIcons, false);
212 mHdrIndicatorIcons, false);
288 mCountdownTimerIndicatorIcons, false);
318 boolean visibilityChanged = false;
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java 55 private boolean mHasSetPhoto = false;
96 mPrimaryCheckBox.setSaveEnabled(false);
132 mEntry.setFromTemplate(false);
183 final Bitmap scaled = Bitmap.createScaledBitmap(photo, size, size, false);
187 mEntry.setFromTemplate(false);
218 mPhotoImageView.getWidth(), /* darkTheme = */ false, /* isCircular = */ false,
233 ContactPhotoManager.getDefaultAvatarDrawableForContact(getResources(), false, null)); local
234 mHasSetPhoto = false;
  /packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressListAdapter.java 181 getPhotoLoader().loadThumbnail(view.getPhotoView(), photoId, false, getCircularPhotos(), local
PostalAddressListAdapter.java 174 getPhotoLoader().loadThumbnail(view.getPhotoView(), photoId, false, getCircularPhotos(), local
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java 115 false, mObserver); local
  /packages/apps/DeskClock/src/com/android/deskclock/
Screensaver.java 41 private static final boolean DEBUG = false;
131 setInteractive(false);
147 false, local
174 .getBoolean(ScreensaverSettingsActivity.KEY_NIGHT_MODE, false);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
AnswerPresenter.java 45 private boolean mHasTextMessages = false;
78 showAnswerUi(false);
109 showAnswerUi(false);
168 return false;
217 showAnswerUi(false);
220 mHasTextMessages = false;
254 TelecomAdapter.getInstance().rejectCall(mCall.getId(), false, null); local
VideoPauseController.java 82 * the background, {@code false} otherwise.
84 private boolean mIsInBackground = false;
128 mIsInBackground = false;
206 sendRequest(mPrimaryCallContext.getCall(), false); local
247 * @param showing true if UI is in the foreground, false otherwise.
265 * @param isInCall true if phone state is INCALL, false otherwise
270 mIsInBackground = false;
281 * @param isInCall true if phone state is INCALL, false otherwise
288 sendRequest(mPrimaryCallContext.getCall(), false); local
297 mInCallPresenter.bringToForeground(false);
    [all...]

Completed in 2255 milliseconds

<<11121314151617181920>>