HomeSort by relevance Sort by last modified time
    Searched full:successful (Results 751 - 775 of 4718) sorted by null

<<31323334353637383940>>

  /frameworks/av/media/libeffects/factory/
EffectsFactory.h 84 // returned value: 0 successful operation.
  /frameworks/av/media/libmediaplayerservice/
VideoFrameScheduler.h 74 // returns whether fit was successful
  /frameworks/base/core/java/android/service/trust/
TrustAgentService.java 154 * @param successful true if the user successfully completed the challenge.
156 public void onUnlockAttempt(boolean successful) {
288 public void onUnlockAttempt(boolean successful) {
289 mHandler.obtainMessage(MSG_UNLOCK_ATTEMPT, successful ? 1 : 0, 0).sendToTarget();
  /frameworks/base/core/java/com/android/internal/view/
InputBindResult.java 24 * Bundle of information returned by input method manager about a successful
  /frameworks/base/docs/html/guide/practices/app-design/
index.jd 8 <p>Successful mobile applications offer an outstanding user experience, in addition to a compelling technical feature set. The user experience is more than just its visual design or UI flow. It is also influenced by how well the application responds to the user's keypresses and other actions, how it well it interacts with other applications, and how fully and efficiently it uses device and system capabilities.</p>
  /frameworks/base/docs/html/training/in-app-billing/
purchase-iab-products.jd 52 <p>If the purchase order is successful, the response data from Google Play is stored in an {@code Purchase} object that is passed back to the listener.</p>
78 <p>Upon a successful purchase, the user?s purchase data is cached locally by Google Play?s In-app Billing service. It is good practice to frequently query the In-app Billing service for the user?s purchases, for example whenever the app starts up or resumes, so that the user?s current in-app product ownership information is always reflected in your app.</p>
86 <p>If the query is successful, the query results are stored in an {@code Inventory} object that is passed back to the listener. The In-app Billing service returns only the purchases made by the user account that is currently logged in to the device.</p>
109 <p class="note"><strong>Security Recommendation:</strong> You must send a consumption request before provisioning the benefit of the consumable in-app purchase to the user. Make sure that you have received a successful consumption response from Google Play before you provision the item.</p>
  /frameworks/base/docs/html/training/tv/start/
index.jd 26 substantially different from phone and tablet devices. In order to make your app successful on TV
  /frameworks/base/drm/java/android/drm/
DrmConvertedStatus.java 34 * Indicate the conversion status is successful.
  /frameworks/base/libs/hwui/
Fence.h 66 * Returns true if waiting for the fence was successful, false if
  /frameworks/base/media/mca/filterfw/native/core/
native_frame.h 53 // Returns true if the resize was successful.
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
BiometricSensorUnlock.java 31 * {@link BiometricSensorUnlock#start} is called, isRunning() returns false. After a successful
ChallengeLayout.java 87 * should be canceled. If the security component reports a successful
  /frameworks/base/telephony/java/com/android/internal/telephony/
IMms.aidl 138 * @return true if deletion is successful, false otherwise
147 * @return true if deletion is successful, false otherwise
158 * @return true if deletion is successful, false otherwise
169 * @return true if update is successful, false otherwise
  /frameworks/compile/mclinker/include/mcld/Support/
ToolOutputFile.h 49 /// successful and the file should not be deleted.
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 201 boolean successful = false;
216 successful = true;
250 successful = true;
259 return successful;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 27 # Data network registration failed after successful voice registration
  /hardware/intel/common/libva/va/drm/
va_drm_utils.h 60 * @return VA_STATUS_SUCCESS if operation is successful, or another
  /hardware/intel/common/wrs_omxil_core/core/src/
pv_omx_interface.cpp 36 // the library lookup was successful
  /hardware/intel/img/libdrm/shared-core/
xgi_drm.h 73 * On successful allocation, set to the actual number of bytes
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 44 // the library lookup was successful
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 135 * Returns: OMX_NOERROR Successful
182 * @retval OMX_NOERROR Successful
363 * Returns: OMX_NOERROR Successful
424 * Returns: OMX_NOERROR Successful
482 * Returns: OMX_NOERROR Successful
539 * Returns: OMX_NOERROR Successful
575 * Returns: OMX_NOERROR Successful
636 * Returns: OMX_NOERROR Successful
840 /* increment the table counter index only if above was successful */
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 128 * Returns: OMX_NOERROR Successful
175 * @retval OMX_NOERROR Successful
350 * Returns: OMX_NOERROR Successful
411 * Returns: OMX_NOERROR Successful
469 * Returns: OMX_NOERROR Successful
526 * Returns: OMX_NOERROR Successful
562 * Returns: OMX_NOERROR Successful
623 * Returns: OMX_NOERROR Successful
827 /* increment the table counter index only if above was successful */
  /packages/apps/Browser/src/com/android/browser/
OpenDownloadReceiver.java 32 * a complete, successful download will open the file.
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingTask.java 37 * @param success whether the processing was successful.
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_reader.h 37 * If this method is successful, the contents of width and height will

Completed in 2152 milliseconds

<<31323334353637383940>>