HomeSort by relevance Sort by last modified time
    Searched refs:hasId (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
Voicemail.java 36 public boolean hasId();
VoicemailImpl.java 163 return hasId() ? mId : -1;
167 public boolean hasId() {
VoicemailProviderHelpers.java 96 check(!voicemail.hasId(), "Inserted voicemails must not have an id", voicemail);
  /hardware/interfaces/broadcastradio/common/utils1x/
Utils.cpp 48 return hasId(a, type) && hasId(b, type);
53 return hasId(a, type) || hasId(b, type);
146 bool hasId(const ProgramSelector& sel, const IdentifierType type) {
162 if (!hasId(sel, type)) return defval;
204 if (subChannelOut && hasId(sel, IdentifierType::HD_SUBCHANNEL)) {
  /packages/apps/Car/Radio/src/com/android/car/radio/utils/
ProgramSelectorUtils.java 42 if (!ProgramSelectorExt.hasId(sel, ProgramSelector.IDENTIFIER_TYPE_AMFM_FREQUENCY)) {
  /hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/
Utils.h 52 bool hasId(const V1_1::ProgramSelector& sel, const V1_1::IdentifierType type);
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioChannelColorMapper.java 79 || !ProgramSelectorExt.hasId(sel, ProgramSelector.IDENTIFIER_TYPE_AMFM_FREQUENCY)) {
RadioController.java 343 || !ProgramSelectorExt.hasId(sel, ProgramSelector.IDENTIFIER_TYPE_AMFM_FREQUENCY)) {
  /hardware/interfaces/broadcastradio/common/utils2x/
Utils.cpp 98 return hasId(a, type) && hasId(b, type);
158 bool hasId(const ProgramSelector& sel, const IdentifierType type) {
174 if (!hasId(sel, type)) return defval;
196 if (hasId(sel, getType(idType))) return true;
  /packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
ProgramSelectorExt.java 218 public static boolean hasId(@NonNull ProgramSelector sel,
256 if (!hasId(sel, ProgramSelector.IDENTIFIER_TYPE_AMFM_FREQUENCY)) return null;
264 if (!hasId(sel, ProgramSelector.IDENTIFIER_TYPE_SXM_CHANNEL)) return null;
  /hardware/interfaces/broadcastradio/1.1/default/
Tuner.cpp 300 if (!utils::hasId(sel, IdentifierType::DAB_SIDECC)) return Result::INVALID_ARGUMENTS;
302 if (!utils::hasId(sel, IdentifierType::DRMO_SERVICE_ID)) return Result::INVALID_ARGUMENTS;
304 if (!utils::hasId(sel, IdentifierType::SXM_SERVICE_ID)) return Result::INVALID_ARGUMENTS;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentTable.java 203 if (uriData.hasId()) {
299 if (!uriData.hasId()) {
307 if (uriData.hasId()) {
VoicemailStatusTable.java 155 if (uriData.hasId()) {
VoicemailContentProvider.java 300 public final boolean hasId() {
327 (hasId() ? getEqualityClause(BaseColumns._ID, getId()) : null),
  /hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/
Utils.h 94 bool hasId(const V2_0::ProgramSelector& sel, const V2_0::IdentifierType type);
  /hardware/interfaces/broadcastradio/2.0/default/
TunerSession.cpp 182 if (!utils::hasId(mCurrentProgram, IdentifierType::AMFM_FREQUENCY)) {
310 if (!utils::hasId(mCurrentProgram, IdentifierType::AMFM_FREQUENCY)) return {};
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 197 FcBool hasId = true;
198 for (int i = 0; hasId && i < id; ++i) {
199 hasId = FcPatternRemove(minimal, object, 0);
201 if (!hasId) {
209 while (hasId) {
210 hasId = FcPatternRemove(minimal, object, 1);
    [all...]
  /external/skqp/src/ports/
SkFontMgr_fontconfig.cpp 197 FcBool hasId = true;
198 for (int i = 0; hasId && i < id; ++i) {
199 hasId = FcPatternRemove(minimal, object, 0);
201 if (!hasId) {
209 while (hasId) {
210 hasId = FcPatternRemove(minimal, object, 1);
    [all...]
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonemetadata.java 608 private boolean hasId;
610 public boolean hasId() { return hasId; }
613 hasId = true;
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.h 245 SPIRVId getId() const { assert(hasId()); return Id;}
255 bool hasId() const { return !(Attrib & SPIRVEA_NOID);}
327 assert((!hasId() || isValidId(Id)) && "Invalid Id");
SPIRVInstruction.h 220 setId(hasId() ? TheId : SPIRVID_INVALID);
225 virtual void initImpl(Op OC, bool HasId = true, SPIRVWord WC = 0,
229 if (!HasId) {
252 if (hasId())
264 if (hasId())
282 if (hasId())
374 if (hasId())
382 if (hasId())
393 bool HasId = true,
407 this->initImpl(OC, HasId, WC, HasVariableWC, Literal1, Literal2, Literal3)
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ExprModel.java 383 if (parent.hasId()) {
459 if (!value.hasId()) {
524 && !input.hasId()
  /frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp 554 bool hasId(change.deferred_transaction().layer_id() == mBGLayerId);
556 if (hasId && hasFrameNumber && !foundDeferred) {
559 else if (hasId && hasFrameNumber && foundDeferred) {
    [all...]
  /hardware/qcom/gps/msm8909w_3100/location/
LocationAPIClientBase.cpp 385 if (mSessionBiDict.hasId(id)) {
438 if (mSessionBiDict.hasId(id)) {
474 if (mSessionBiDict.hasId(id)) {
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPIClientBase.h 165 bool hasId(uint32_t id) {

Completed in 353 milliseconds

1 2 3 4 5 6 7 8 910