Searched defs:result (Results 26 - 50 of 199) sorted by relevance

12345678

/packages/apps/Gallery2/jni/
H A Djni_egl_fence.cpp70 EGLint result = FuncEglClientWaitSyncKHR(display, local
74 if (result == EGL_FALSE) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DWakeLockHoldingProgressListener.java42 public void onProgressComplete(int result) { argument
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockLogger.java45 public void logLatency(SourceResult result) { argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DWifiSecurity.java35 public static WifiSecurity getSecurity(ScanResult result) { argument
36 if (result.capabilities.contains("WEP")) {
38 } else if (result.capabilities.contains("PSK")) {
40 } else if (result.capabilities.contains("EAP")) {
69 public static boolean isOpen(ScanResult result) { argument
70 return WifiSecurity.NONE == getSecurity(result);
H A DSaveWifiConfigurationFragment.java36 void onSaveWifiConfigurationCompleted(int result); argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DTargetPackageInfoGetterTask.java45 final AsyncResultHolder<AppWorkaroundsUtils> result) {
47 mResult = result;
44 TargetPackageInfoGetterTask(final Context context, final AsyncResultHolder<AppWorkaroundsUtils> result) argument
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
H A Dlanguage_model_dict_content.cpp39 const TrieMap::Result result = mTrieMap.get(wordId, bitmapEntryIndex); local
40 if (!result.mIsValid) {
44 return ProbabilityEntry::decode(result.mValue, mHasHistoricalInfo);
86 const TrieMap::Result result = mTrieMap.get(wordId, bitmapEntryIndex); local
87 if (!result.mIsValid) {
90 bitmapEntryIndex = result.mNextLevelBitmapEntryIndex;
/packages/apps/Camera2/src/com/android/camera/data/
H A DRotationTask.java122 PhotoData result = null;
136 result = new PhotoData(data.getContentId(), data.getTitle(),
142 return result;
146 protected void onPostExecute(LocalData result) { argument
148 if (result != null) {
149 mAdapter.updateData(mCurrentDataId, result);
/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingTask.java30 * The result returned by a {@code ProcessingTask}.
54 * @param result the processing result.
56 public void onDone(ProcessingResult result); argument
65 * @return the {@code ProcessResult} with the result of the processing
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountFinalizeFragment.java132 protected void onDiscardResult(Boolean result) {} argument
/packages/apps/Exchange/src/com/android/exchange/service/
H A DAbstractSyncAdapterService.java140 * Interpret a result code from an {@link IEmailService.sync()} and, if it's an error, write
142 * @param result
146 public static boolean writeResultToSyncResult(final int result, final SyncResult syncResult) { argument
147 switch (result) {
181 LogUtils.e(TAG, "Unexpected sync result %d", result);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
H A DHistogramView.java64 protected void onPostExecute(int[] result) { argument
65 System.arraycopy(result, 0, redHistogram, 0, 256);
66 System.arraycopy(result, 256, greenHistogram, 0, 256);
67 System.arraycopy(result, 512, blueHistogram, 0, 256);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpThumbnailTileView.java74 protected void onMtpImageDataFetchedFromDevice(Object result) { argument
75 mBitmap = (Bitmap) result;
/packages/apps/Mms/src/com/android/mms/ui/
H A DAsyncDialog.java81 * TODO: Need to implement a way for the background thread to pass a result to
150 protected void onPostExecute(Void result) { argument
/packages/apps/OMA-DM/plugins/testplugin/src/com/android/example/testplugin/
H A DInjectSoapPackageActivity.java175 // service will add the package synchronously then return result.
179 Log.d(TAG, "session result was " + ret + ", dumping tree");
190 protected void onPostExecute(Void result) { argument
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DLogger.java74 * @param result The result of the query.
76 void logLatency(SourceResult result); argument
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryAddWordActivity.java75 private void reportBackToCaller(final int resultCode, final Bundle result) { argument
82 m.obj = result;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
H A DLicenseActivity.java123 protected void onPostExecute(String result) { argument
124 showDataInPage(result);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DThumbnailLoadTask.java88 Bitmap result = loadBitmap(params[0]);
89 if (result == null) {
90 result = loadBitmap(params[1]);
93 return result;
183 protected void onPostExecute(Bitmap result) { argument
184 if (result == null) {
190 LogUtils.d(LOG_TAG, "back in UI thread, decode success, w/h=%d/%d", result.getWidth(),
191 result.getHeight());
192 mHolder.setThumbnail(result);
/packages/apps/UnifiedEmail/assets/
H A Dscript.js46 var result = {
53 result.left += parent.offsetLeft;
54 result.top += parent.offsetTop;
58 return result;
/packages/apps/Browser/src/com/android/browser/
H A DUrlHandler.java255 String result = mSiteUri.toString();
261 result = mSiteUri.buildUpon()
270 return result;
273 protected void onPostExecute(String result) { argument
279 if (!startActivityForUrl(mTab, result)) {
280 if (!handleMenuClick(mTab, result)) {
281 mController.loadUrl(mTab, result);
/packages/apps/Calendar/src/com/android/calendar/
H A DContactsAsyncHelper.java46 * Interface for a WorkerHandler result return.
71 public Object result; field in class:ContactsAsyncHelper.WorkerArgs
101 args.result = Drawable.createFromStream(inputStream, args.uri.toString());
106 args.result = null;
133 * Start an image load, attach the result to the specified CallerInfo object.
185 * Start an image load, attach the result to the specified CallerInfo object.
234 if (args.result != null) {
236 args.view.setImageDrawable((Drawable) args.result);
243 if (args.result != null) {
244 args.item.mBadge = (Drawable) args.result;
[all...]
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DAutoFocusHelper.java74 * Complain if CONTROL_AF_STATE is not present in result.
77 public static boolean checkControlAfState(CaptureResult result) { argument
78 boolean missing = result.get(CaptureResult.CONTROL_AF_STATE) == null;
87 * Complain if LENS_STATE is not present in result.
90 public static boolean checkLensState(CaptureResult result) { argument
91 boolean missing = result.get(CaptureResult.LENS_STATE) == null;
100 public static void logExtraFocusInfo(CaptureResult result) { argument
101 if(!checkControlAfState(result) || !checkLensState(result)) {
105 Object tag = result
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java132 protected void onActivityResult(int requestCode, int resultCode, Intent result) { argument
165 mContactUri = result.getData();
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java240 final List<View> result = Lists.newArrayList();
243 getViewsBelowOfRecursive(result, victimParent, index + 1, view);
245 return result;
248 private static void getViewsBelowOfRecursive(List<View> result, ViewGroup container, argument
256 result.add(view);
264 getViewsBelowOfRecursive(result, parentLayout, containerIndex + 1, target);

Completed in 799 milliseconds

12345678