Searched refs:identifier (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DFakeAsyncTaskExecutor.java71 /** Encapsulates an async task with the params and identifier it was submitted with. */
83 public SubmittedTaskImpl(Object identifier, Runnable runnable, argument
85 mIdentifier = identifier;
126 public <T> AsyncTask<T, ?, ?> submit(Object identifier, argument
131 mNextIdentifier = identifier;
142 public <T> AsyncTask<T, ?, ?> submit(Object identifier, AsyncTask<T, ?, ?> task, T... params) { argument
144 return mBlockingExecutor.submit(identifier, task, params);
148 * Runs a single task matching the given identifier.
153 * Fails if there was not exactly one task matching the given identifier.
157 public void runTask(Object identifier) throw argument
173 runAllTasks(Object identifier) argument
206 getSubmittedTasksByIdentifier( Object identifier, boolean remove) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/util/
H A DAsyncTaskExecutor.java43 * The identifier supplied is any Object that can be used to identify the task later. Most
47 <T> AsyncTask<T, ?, ?> submit(Object identifier, AsyncTask<T, ?, ?> task, T... params); argument
/packages/apps/Phone/src/com/android/phone/
H A DEditPhoneNumberPreference.java281 public void setParentActivity(Activity parent, int identifier) { argument
283 mPrefId = identifier;
289 public void setParentActivity(Activity parent, int identifier, GetDefaultNumberListener l) { argument
291 mPrefId = identifier;

Completed in 142 milliseconds