Searched refs:list (Results 201 - 209 of 209) sorted by relevance

123456789

/frameworks/base/services/java/com/android/server/pm/
H A DUserManagerService.java511 Slog.e(LOG_TAG, "Unable to read user list");
697 * Writes the user list file in this format:
734 Slog.e(LOG_TAG, "Error writing user list");
904 String[] files = dir.list();
1021 // wiping the user's system directory and removing from the user list
1059 // Remove this user from the list
1078 // Update the user list
1086 String[] files = parent.list();
1415 Slog.e(LOG_TAG, "Error writing application restrictions list");
1439 * Caches the list o
[all...]
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp19 #include <list>
1540 for (std::list<const Field*>::iterator I = mFields.begin(),
/frameworks/base/core/java/android/widget/
H A DCalendarView.java178 * The top offset of the weeks list.
208 * The friction of the week list while flinging.
213 * Scale for adjusting velocity of the week list while flinging.
218 * The adapter for the weeks list.
223 * The weeks list.
399 mListView = (ListView) findViewById(R.id.list);
1062 * Sets all the required fields for the list view.
1088 * in range it will move the list so that the first of the month containing
1090 * the list will not be scrolled unless forceScroll is true. This time may
1293 * @param view The list vie
[all...]
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java317 String[] files = path.list();
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java307 // This list contains the pairs of InputMethodInfo and InputMethodSubtype.
796 // For secondary users, the list of enabled IMEs may not have been updated since the
2500 void buildInputMethodListLocked(ArrayList<InputMethodInfo> list, argument
2506 list.clear();
2537 list.add(p);
2554 InputMethodUtils.getDefaultEnabledImes(mContext, mSystemReady, list);
H A DBackupManagerService.java418 // token is the index of the entry in the pending-operations list.
681 Slog.e(TAG, "Error from transport getting set list");
1072 // update the provider list.
1547 Slog.w(TAG, "removePackageParticipants with null list");
4483 // Get the list of all packages which have backup enabled.
5572 String[] list = null;
5581 list = new String[known.size()];
5582 known.toArray(list);
5584 return list;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java194 mListView = (ListView) view.findViewById(R.id.list);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java1089 // Build list of UIDs that we should clean up
1127 // list current stats files to verify rotation
1130 for (String file : mBaseDir.list()) {
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1090 // Build the list of files from the content provider
1187 String [] files = (new File(directory)).list();

Completed in 325 milliseconds

123456789