HomeSort by relevance Sort by last modified time
    Searched refs:PERMISSIONS (Results 1 - 14 of 14) sorted by null

  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DirectoryEntryTest.groovy 13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
FileEntryTest.groovy 13 * See the License for the specific language governing permissions and
115 entry.permissions = PERMISSIONS
124 assert clone.permissions == PERMISSIONS
AbstractFileSystemEntryTestCase.groovy 13 * See the License for the specific language governing permissions and
34 protected static final PERMISSIONS = new Permissions('rwxrwx---')
73 assert entry.permissions == new Permissions(PERM)
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
Utils.java 13 * See the License for the specific language governing permissions and
25 static final String[] PERMISSIONS = {
38 for (String permission : PERMISSIONS) {
PermissionsActivity.java 13 * See the License for the specific language governing permissions and
30 requestPermissions(Utils.PERMISSIONS, REQUEST_CODE);
37 public void onRequestPermissionsResult(int request, String[] permissions, int[] results) {
38 // The media browser displays an error anyway if it doesn't have the required permissions
40 // for the purpose of trampolining the permissions request anyway.
  /packages/apps/Car/Stream/src/com/android/car/stream/
PermissionsActivity.java 13 * See the License for the specific language governing permissions and
34 * A trampoline activity that checks if all permissions necessary are granted.
42 private static final String[] PERMISSIONS = new String[]{
61 && arePermissionGranted(PERMISSIONS);
75 boolean permissionGranted = arePermissionGranted(PERMISSIONS);
77 requestPermissions(PERMISSIONS, CAR_PERMISSION_REQUEST_CODE);
85 public void onRequestPermissionsResult(int requestCode, String[] permissions,
87 super.onRequestPermissionsResult(requestCode, permissions, grantResults);
92 for (int i = 0; i < permissions.length; i++) {
93 String permission = permissions[i]
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
AppWithAdminGrantedPermissionsCounterTest.java 13 * See the License for the specific language governing permissions and
80 private final String[] PERMISSIONS = {PERMISSION_1, PERMISSION_2};
115 // Count the number of all apps installed that were granted on or more permissions by the
118 (new AppWithAdminGrantedPermissionsCounterTestable(PERMISSIONS)).execute();
122 (new AppWithAdminGrantedPermissionsCounterTestable(PERMISSIONS)).executeInForeground();
141 assertThat(AppWithAdminGrantedPermissionsCounter.includeInCount(PERMISSIONS,
144 assertThat(AppWithAdminGrantedPermissionsCounter.includeInCount(PERMISSIONS,
147 assertThat(AppWithAdminGrantedPermissionsCounter.includeInCount(PERMISSIONS,
150 assertThat(AppWithAdminGrantedPermissionsCounter.includeInCount(PERMISSIONS,
153 assertThat(AppWithAdminGrantedPermissionsCounter.includeInCount(PERMISSIONS,
    [all...]
AppWithAdminGrantedPermissionsListerTest.java 13 * See the License for the specific language governing permissions and
79 private final String[] PERMISSIONS = {PERMISSION_1, PERMISSION_2};
101 // * app1 uses run-time permissions. It has been granted one of the permissions by the
103 // * app2 uses run-time permissions. It has not been granted any of the permissions by the
105 // * app3 uses install-time permissions. It was installed by the admin and requested one of
106 // the permissions. It should be listed.
107 // * app4 uses install-time permissions. It was not installed by the admin but did request
108 // one of the permissions. It should not be listed
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
MkdCommandHandlerTest.groovy 13 * See the License for the specific language governing permissions and
25 import org.mockftpserver.fake.filesystem.Permissions
39 static final PERMISSIONS = new Permissions('rwx------')
42 userAccount.defaultPermissionsForNewDirectory = PERMISSIONS
47 assert dirEntry.permissions == PERMISSIONS
56 assert dirEntry.permissions == UserAccount.DEFAULT_PERMISSIONS_FOR_NEW_DIRECTORY
76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x'
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/misc/common/robolectric/lib/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 218 milliseconds