Searched refs:mEntryType (Results 1 – 4 of 4) sorted by relevance
83 EntryType mEntryType; field in FileA3D.IndexEntry108 return mEntryType; in getEntryType()140 if(entry.mEntryType == EntryType.UNKNOWN) { in internalCreate()149 switch (entry.mEntryType) { in internalCreate()167 mEntryType = type; in IndexEntry()
53 private final int mEntryType; field in RecipientEntry114 mEntryType = entryType; in RecipientEntry()251 return mEntryType; in getEntryType()318 return mEntryType == ENTRY_TYPE_PERSON || mEntryType == ENTRY_TYPE_PERMISSION_REQUEST; in isSelectable()
223 private int mEntryType; field in EmergencyDialer260 mEntryType = getIntent().getIntExtra(EXTRA_ENTRY_TYPE, ENTRY_TYPE_UNKNOWN); in onCreate()261 Log.d(LOG_TAG, "Launched from " + entryTypeToString(mEntryType)); in onCreate()272 mShortcutViewConfig = new ShortcutViewUtils.Config(this, carrierConfig, mEntryType); in onCreate()758 + ", entry = " + entryTypeToString(mEntryType)); in placeCall()
48989 Landroid/renderscript/FileA3D$IndexEntry;->mEntryType:Landroid/renderscript/FileA3D$EntryType;