Home
last modified time | relevance | path

Searched refs:approval (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/cmds/uiautomator/library/
Dapicheck_msg_current.txt13 you will need approval.
/frameworks/base/docs/html/distribute/googleplay/
Dwear.jd179 notifies you of the result. See the next section for details on how to track the approval status
228 <h3 id="track_review">5. Track your review and approval</h3>
239 At any time, you can check the review and approval status of your app in the Developer Console,
245 There are three approval states:
Dtv.jd218 track the approval status of your app.
270 <h3 id="track_review">5. Track your review and approval</h3>
282 At any time, you can check the review and approval status of your app in the
288 There are three approval states:
Dauto.jd161 available to Android Auto users. See the next section for details on how to track the approval
/frameworks/base/docs/html/guide/topics/manifest/
Dpermission-element.jd100 asking for the user's explicit approval (though the user always
119 asking for the user's explicit approval.
/frameworks/base/docs/html/distribute/tools/promote/
Dbrand.jd48 products or services with prior approval. Use "for Android" or "with Android" for all
/frameworks/base/docs/html/distribute/googleplay/edu/
Dstart.jd193 for Education, including review, classification, and approval by our
275 through Google Play for Education, including review, classification, and approval by our
/frameworks/base/docs/html/wear/preview/
Dlicense.jd140approval of Google, and any attempted assignment without such approval will be void. You shall not…
Ddownloads.jd147approval of Google, and any attempted assignment without such approval will be void. You shall not…
/frameworks/base/docs/html/distribute/googleplay/work/
Dabout.jd36 <h5>Full IT approval for apps</h5>
/frameworks/base/docs/html/distribute/essentials/quality/
Dauto.jd541 No. When Google begins the approval process, your Auto app will undergo a driver safety
545 Auto app approval process is complete.
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl154 boolean approveCaCert(in String alias, int userHandle, boolean approval); in approveCaCert() argument
DDevicePolicyManager.java2827 public boolean approveCaCert(String alias, int userHandle, boolean approval) { in approveCaCert() argument
2830 return mService.approveCaCert(alias, userHandle, approval); in approveCaCert()
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/
DCheckApiTask.groovy100 to the main repository, you will need approval.
/frameworks/base/docs/html/training/permissions/
Drequesting.jd64 user has to explicitly give approval to your app.
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd349 the user grants approval, the system gives the app just the permission it
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4455 public boolean approveCaCert(String alias, int userId, boolean approval) { in approveCaCert() argument
4459 boolean changed = (approval ? certs.add(alias) : certs.remove(alias)); in approveCaCert()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8094 …field public static final java.lang.String REQUEST_TYPE_APPROVAL = "android.request.type.approval";
/frameworks/base/api/
Dcurrent.txt9074 …field public static final java.lang.String REQUEST_TYPE_APPROVAL = "android.request.type.approval";
Dsystem-current.txt9425 …field public static final java.lang.String REQUEST_TYPE_APPROVAL = "android.request.type.approval";
Dtest-current.txt9086 …field public static final java.lang.String REQUEST_TYPE_APPROVAL = "android.request.type.approval";