Searched refs:APPLICATION_COLUMN_NAME (Results 1 – 2 of 2) sorted by relevance
86 public static final String APPLICATION_COLUMN_NAME = "app_name"; field in AppInfoHelper306 String appName = getCursorString(cursor, APPLICATION_COLUMN_NAME); in populateAppInfoMap()650 contentValues.put(APPLICATION_COLUMN_NAME, appInfo.getName()); in getContentValues()679 columnInfo.add(new Pair<>(APPLICATION_COLUMN_NAME, TEXT_NULL)); in getColumnInfo()
99 String appName = getCursorString(cursor, AppInfoHelper.APPLICATION_COLUMN_NAME); in merge()