Searched refs:permissions (Results 276 - 300 of 314) sorted by relevance

<<111213

/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_gcc.s14 @ See the License for the specific language governing permissions
H A Dpvmp3_polyphase_filter_window_gcc.s14 @ See the License for the specific language governing permissions
H A Dpvmp3_mdct_18_gcc.s14 @ See the License for the specific language governing permissions
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_chroma_hor.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_chroma_hor_ver.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_chroma_ver.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_hor_quarter.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_ver_half.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_ver_quarter.s12 ; See the License for the specific language governing permissions and
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestActivity.java13 * See the License for the specific language governing permissions and
261 // See if we have the right permissions
272 public synchronized void onRequestPermissionsResult(int requestCode, String permissions[], argument
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp13 ** See the License for the specific language governing permissions and
/frameworks/base/core/java/android/app/
H A DFragment.java13 * See the License for the specific language governing permissions and
1247 * Requests permissions to be granted to this application. These permissions
1253 * Normal permissions {@link android.content.pm.PermissionInfo#PROTECTION_NORMAL}
1254 * are granted at install time if requested in the manifest. Signature permissions
1257 * the signature of the app declaring the permissions.
1260 * If your app does not have the requested permissions the user will be presented
1262 * requested permissions you will receive a callback on {@link
1264 * permissions were granted or not.
1271 * This method may start an activity allowing the user to choose which permissions
1326 requestPermissions(@onNull String[] permissions, int requestCode) argument
1350 onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) argument
[all...]
H A DActivity.java13 * See the License for the specific language governing permissions and
635 * {@link #onNewIntent(Intent)}, any newly granted URI permissions will be added
639 * document for more information on permissions and security in general.
4292 * Requests permissions to be granted to this application. These permissions
4298 * Normal permissions {@link android.content.pm.PermissionInfo#PROTECTION_NORMAL}
4299 * are granted at install time if requested in the manifest. Signature permissions
4302 * the signature of the app declaring the permissions.
4305 * If your app does not have the requested permissions the user will be presented
4307 * requested permissions yo
4356 requestPermissions(@onNull String[] permissions, int requestCode) argument
4388 onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) argument
7627 onRequestPermissionsFromFragment(Fragment fragment, String[] permissions, int requestCode) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppRegistry.java13 * See the License for the specific language governing permissions and
102 private static final String TAG_PERMISSIONS = "permissions";
273 // Propagate permissions before removing any state
781 Set<String> permissions = ps.getPermissionsState().getPermissions(userId);
782 String[] grantedPermissions = new String[permissions.size()];
783 permissions.toArray(grantedPermissions);
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragment.java13 * See the License for the specific language governing permissions and
1048 * Requests permissions to be granted to this application. These permissions
1054 * Normal permissions {@link android.content.pm.PermissionInfo#PROTECTION_NORMAL}
1055 * are granted at install time if requested in the manifest. Signature permissions
1058 * the signature of the app declaring the permissions.
1061 * If your app does not have the requested permissions the user will be presented
1063 * requested permissions you will receive a callback on {@link
1065 * permissions were granted or not.
1072 * This method may start an activity allowing the user to choose which permissions
1120 requestPermissions(@onNull String[] permissions, int requestCode) argument
1144 onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java13 * See the License for the specific language governing permissions and
96 * Listener for changes in permissions granted to a UID.
104 * Called when the permissions for a UID change.
330 * permissions in the package in
331 * {@link PackageInfo#permissions}.
750 * permissions should be granted to the package. If {@link #INSTALL_ALL_USERS}
751 * is set the runtime permissions will be granted to all users, otherwise
1128 * low enough to not support runtime permissions.
2617 * The names of the requested permissions.
2629 * The results from the permissions reques
3206 getPackagesHoldingPermissions( String[] permissions, @PackageInfoFlags int flags) argument
3459 buildRequestPermissionsIntent(@onNull String[] permissions) argument
[all...]
H A DIPackageManager.aidl14 ** See the License for the specific language governing permissions and
181 ParceledListSlice getPackagesHoldingPermissions(in String[] permissions,
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java12 * permissions and limitations under the License.
307 String permissions[], int[] grantResults) {
306 onRequestPermissionsResult(int requestCode, String permissions[], int[] grantResults) argument
/frameworks/base/core/java/android/content/
H A DContentProvider.java13 * See the License for the specific language governing permissions and
836 * @param permissions Array of path permission descriptions.
838 protected final void setPathPermissions(@Nullable PathPermission[] permissions) { argument
839 mPathPermissions = permissions;
843 * Return the path-based permissions required for read and/or write access to
1167 * <p>Note that there are no permissions needed for an application to
1169 * write permissions, or is not exported, all applications can still call
1170 * this method regardless of their access permissions. This allows them
1960 * individual permissions. Any implementation of this method <strong>must</strong>
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java13 * See the License for the specific language governing permissions and
208 public List<PackageInfo> getPackagesHoldingPermissions(String[] permissions, int flags) { argument
/frameworks/base/data/sounds/
H A DAudioTv.mk12 # See the License for the specific language governing permissions and
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java13 * See the License for the specific language governing permissions and
250 // as we grant default permissions to sync adapters for specific authorities.
1171 final String permissions = allowNonFull
1176 + " nor current process has " + permissions);
/frameworks/base/core/java/android/provider/
H A DSettings.java13 * See the License for the specific language governing permissions and
9976 * Flag to enable the link to location permissions in location setting. Set to 0 to disable.
10828 * permissions allow changing network state; WRITE_SETTINGS is a runtime permission and
10886 permissions, boolean makeNote) {
10907 for (String permission : permissions) {
10910 // if either of the permissions are granted, we will allow it
10926 if (permissions.length > 1) {
10927 exceptionMessage.append(" either of these permissions: ");
10931 for (int i = 0; i < permissions.length; i++) {
10932 exceptionMessage.append(permissions[
10884 isCallingPackageAllowedToPerformAppOpsProtectedOperation(Context context, int uid, String callingPackage, boolean throwException, int appOpsOpCode, String[] permissions, boolean makeNote) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java13 * See the License for the specific language governing permissions and
539 sb.append("\nExpected permissions: ");
541 sb.append("\nGot permissions: ");
639 for (int j = 0; j < pkgInfo.permissions.length && !found; j++) {
640 if (pkgInfo.permissions[j].name.equals(cmd)) {
658 for (int j = 0; j < pkgInfo.permissions.length && !found; j++) {
659 if (pkgInfo.permissions[j].name.equals(cmd)) {
2586 * Ensure that permissions are properly declared.
2593 // **: Upon installing a package, are its declared permissions published?
2603 // **: Upon installing package, are its permissions grante
[all...]

Completed in 622 milliseconds

<<111213