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

1 2 3 4 5 6 7 8 9

  /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/1.1/utils/
Utils.cpp 45 return hasId(a, type) && hasId(b, type);
50 return hasId(a, type) || hasId(b, type);
126 bool hasId(const ProgramSelector& sel, const IdentifierType type) {
148 if (!hasId(sel, type)) return defval;
190 if (subChannelOut && hasId(sel, IdentifierType::HD_SUBCHANNEL)) {
  /hardware/interfaces/broadcastradio/1.1/default/
VirtualProgram.cpp 84 if (utils::hasId(l, IdentifierType::HD_SUBCHANNEL) &&
85 utils::hasId(r, IdentifierType::HD_SUBCHANNEL)) {
Tuner.cpp 275 if (!utils::hasId(sel, IdentifierType::DAB_SIDECC)) return Result::INVALID_ARGUMENTS;
277 if (!utils::hasId(sel, IdentifierType::DRMO_SERVICE_ID)) return Result::INVALID_ARGUMENTS;
279 if (!utils::hasId(sel, IdentifierType::SXM_SERVICE_ID)) return Result::INVALID_ARGUMENTS;
  /hardware/interfaces/broadcastradio/1.1/utils/include/broadcastradio-utils/
Utils.h 54 bool hasId(const ProgramSelector& sel, const IdentifierType type);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentTable.java 174 if (uriData.hasId()) {
270 if (!uriData.hasId()) {
278 if (uriData.hasId()) {
VoicemailContentProvider.java 265 public final boolean hasId() {
292 (hasId() ? getEqualityClause(BaseColumns._ID, getId()) : null),
VoicemailStatusTable.java 145 if (uriData.hasId()) {
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 185 FcBool hasId = true;
186 for (int i = 0; hasId && i < id; ++i) {
187 hasId = FcPatternRemove(minimal, object, 0);
189 if (!hasId) {
197 while (hasId) {
198 hasId = FcPatternRemove(minimal, object, 1);
    [all...]
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonemetadata.java 623 private boolean hasId;
625 public boolean hasId() { return hasId; }
628 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...]
SPIRVModule.cpp 517 if (Entry->hasId()) {
634 if (!E->hasId())
783 if (T->hasId())
    [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()
Expr.java 477 public boolean hasId() {
  /frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp 548 bool hasId(change.deferred_transaction().layer_id() == mBGLayerId);
550 if (hasId && hasFrameNumber && !foundDeferred) {
553 else if (hasId && hasFrameNumber && foundDeferred) {
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPIClientBase.h 165 bool hasId(uint32_t id) {
  /hardware/qcom/gps/sdm845/location/
LocationAPIClientBase.h 165 bool hasId(uint32_t id) {
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0/
protos-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha6/
protos-25.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha7/
protos-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta2/
protos-25.2.0-beta2.jar 

Completed in 1989 milliseconds

1 2 3 4 5 6 7 8 9