Searched refs:isExternal (Results 1 – 3 of 3) sorted by relevance
1199 boolean isExternal = (connectionProperties & Connection.PROPERTY_IS_EXTERNAL_CALL) in setConnectionProperties()1201 if (wasExternal != isExternal) { in setConnectionProperties()1203 isExternal); in setConnectionProperties()1204 Log.addEvent(this, LogUtils.Events.IS_EXTERNAL, isExternal); in setConnectionProperties()1206 l.onExternalCallChanged(this, isExternal); in setConnectionProperties()
729 boolean isExternal = ((mAppEntry.info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in refreshUi()730 mStoragePreference.setSummary(getStorageSummary(context, mLastResult, isExternal)); in refreshUi()804 Context context, AppStorageStats stats, boolean isExternal) { in getStorageSummary() argument808 CharSequence storageType = context.getString(isExternal in getStorageSummary()
704 boolean isExternal = (dest == null || dest == Downloads.Impl.DESTINATION_EXTERNAL); in insert()705 filteredValues.put(Downloads.Impl.COLUMN_IS_VISIBLE_IN_DOWNLOADS_UI, isExternal); in insert()