Searched defs:bool (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapAuthenticator.java64 public final synchronized void setChallenged(final boolean bool) { argument
65 mChallenged = bool;
68 public final synchronized void setCancelled(final boolean bool) { argument
69 mAuthCancelled = bool;
/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
H A DSuggestionFeaturizer.java95 private static double booleanToDouble(boolean bool) { argument
96 return bool ? 1 : 0;
/packages/apps/Settings/tests/robotests/src/com/android/settings/core/instrumentation/
H A DSharedPreferenceLoggerTest.java179 private ArgumentMatcher<Pair<Integer, Object>> pairMatches(int tag, boolean bool) { argument
182 && pair.second.equals((bool ? 1 : 0));
/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dprofiler.h54 operator bool() const { return false; }
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
H A Derror.h113 //! Conversion to \c bool, returns \c true, iff !\ref IsError().
114 operator bool() const { return !IsError(); }
116 bool IsError() const { return code_ != kParseErrorNone; }
118 bool operator==(const ParseResult& that) const { return code_ == that.code_; }
119 bool operator==(ParseErrorCode code) const { return code_ == code; }
120 friend bool operator==(ParseErrorCode code, const ParseResult & err) { return code == err.code_; }
/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java616 public void setDoNotShowDialogForHandoffToWifiFailure(boolean bool) { argument
617 doNotShowDialogForHandoffToWifiFailure = bool;

Completed in 321 milliseconds