HomeSort by relevance Sort by last modified time
    Searched refs:system_list (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 59 R.id.system_list,
  /external/bluetooth/glib/gio/
gdesktopappinfo.c 1261 GList *system_list, *l; local
1333 system_list = get_all_desktop_entries_for_mime_type (content_type, (const char **)list);
1335 list = g_renew (char *, list, 1 + length + g_list_length (system_list) + 1);
1337 for (l = system_list; l != NULL; l = l->next)
1343 g_list_free (system_list);
    [all...]

Completed in 119 milliseconds