Searched defs:create (Results 1 - 21 of 21) sorted by relevance

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DCachingIconLoaderTest.java29 protected IconLoader create() { method in class:CachingIconLoaderTest
H A DPackageIconLoaderTest.java29 protected IconLoader create() throws Exception { method in class:PackageIconLoaderTest
H A DIconLoaderTest.java31 mLoader = create();
34 protected abstract IconLoader create() throws Exception; method in class:IconLoaderTest
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DFactory.java21 A create(); method in interface:Factory
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DConcurrentPool.java31 public E create() { method in class:ConcurrentPool
H A DPair.java31 public static <S, T> Pair<S, T> create(S first, T second) { method in class:Pair
H A DPool.java28 public E create() { method in class:Pool
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
H A DMockNamedTaskExecutorFactory.java38 public NamedTaskExecutor create() { method in class:MockNamedTaskExecutorFactory
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommTransport.java77 public void create() throws IOException { method in class:BluetoothOppRfcommTransport
H A DTestActivity.java545 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) { argument
630 public void create() throws IOException { method in class:TestTcpTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapRfcommTransport.java76 public void create() throws IOException { method in class:BluetoothPbapRfcommTransport
H A DBluetoothPbapObexServer.java259 final boolean create) {
271 if (D) Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmp_path);
287 if (create) {
288 Log.w(TAG, "path create is forbidden!");
258 onSetPath(final HeaderSet request, final HeaderSet reply, final boolean backup, final boolean create) argument
/packages/apps/Phone/src/com/android/phone/
H A DCdmaOptions.java43 create();
46 protected void create() { method in class:CdmaOptions
H A DGsmUmtsOptions.java47 create();
50 protected void create() { method in class:GsmUmtsOptions
/packages/apps/Browser/src/com/android/browser/search/
H A DDefaultSearchEngine.java45 public static DefaultSearchEngine create(Context context) { method in class:DefaultSearchEngine
/packages/apps/Email/tests/src/com/android/email/mail/
H A DMockFolder.java40 public boolean create(FolderType type) { method in class:MockFolder
/packages/apps/Email/src/com/android/email/mail/
H A DFolder.java88 * Reports if the Store is able to create folders of the given type.
89 * Does not actually attempt to create a folder.
91 * @return true if can create, false if cannot create
96 * Attempt to create the given folder remotely using the given type.
98 * @return true if created, false if cannot create (e.g. server side)
100 public abstract boolean create(FolderType type) throws MessagingException; method in class:Folder
/packages/apps/Email/src/com/android/email/mail/store/
H A DPop3Store.java340 public boolean create(FolderType type) throws MessagingException { method in class:Pop3Store.Pop3Folder
H A DImapStore.java215 * Return, or create and return, an string suitable for use in an IMAP ID message.
671 public boolean create(FolderType type) throws MessagingException { method in class:ImapStore.ImapFolder
987 // TODO Don't create 2 temp files.
H A DLocalStore.java455 mVisibleLimitDefault = visibleLimit; // used for future Folder.create ops
618 create(FolderType.HOLDS_MESSAGES);
668 public boolean create(FolderType type) throws MessagingException { method in class:LocalStore.LocalFolder
1328 * @param attachmentId -1 to create a new attachment or >= 0 to update an existing
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DShortcutRepositoryImplLog.java83 public static ShortcutRepository create(Context context, Config config, method in class:ShortcutRepositoryImplLog
91 * @param context Used to create / open db
92 * @param name The name of the database to create.
715 // and re-create empty ones.

Completed in 749 milliseconds