Home
last modified time | relevance | path

Searched refs:permissions (Results 1 – 25 of 64) sorted by relevance

123

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DServiceDeclaration.java38 int permissions = 0; field in ServiceDeclaration.Entry
50 Entry(UUID uuid, int properties, int permissions, int instance) { in Entry() argument
54 this.permissions = permissions; in Entry()
58 Entry(UUID uuid, int permissions) { in Entry() argument
61 this.permissions = permissions; in Entry()
88 void addCharacteristic(UUID uuid, int properties, int permissions) { in addCharacteristic() argument
89 mEntries.add(new Entry(uuid, properties, permissions, 0 /*instance*/)); in addCharacteristic()
93 void addDescriptor(UUID uuid, int permissions) { in addDescriptor() argument
94 mEntries.add(new Entry(uuid, permissions)); in addDescriptor()
DGattService.java420 int properties, int permissions) { in addCharacteristic() argument
424 permissions); in addCharacteristic()
428 int permissions) { in addDescriptor() argument
431 service.addDescriptor(serverIf, descId.getUuid(), permissions); in addDescriptor()
1371 int permissions) { in addCharacteristic() argument
1375 getActiveDeclaration().addCharacteristic(charUuid, properties, permissions); in addCharacteristic()
1378 void addDescriptor(int serverIf, UUID descUuid, int permissions) { in addDescriptor() argument
1382 getActiveDeclaration().addDescriptor(descUuid, permissions); in addDescriptor()
1516 entry.properties, entry.permissions); in continueServiceDeclaration()
1523 entry.permissions); in continueServiceDeclaration()
[all …]
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DGrantActivity.java139 String[] permissions = getIntent() in getRequestedPermissions() local
141 if (permissions == null) { in getRequestedPermissions()
144 permissions = keepNormalDangerousPermissions(permissions); in getRequestedPermissions()
145 permissions = keepRequestingPackagePermissions(permissions); in getRequestedPermissions()
146 return permissions; in getRequestedPermissions()
157 private String[] keepRequestingPackagePermissions(String[] permissions) { in keepRequestingPackagePermissions() argument
165 for (String permission : permissions) { in keepRequestingPackagePermissions()
198 private String[] keepNormalDangerousPermissions(String[] permissions) { in keepNormalDangerousPermissions() argument
200 for (String permission : permissions) { in keepNormalDangerousPermissions()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java207 public void addPermissions(String... permissions) { in addPermissions() argument
208 mGrantedPermissions.addAll(Arrays.asList(permissions)); in addPermissions()
211 public void removePermissions(String... permissions) { in removePermissions() argument
212 mGrantedPermissions.removeAll(Arrays.asList(permissions)); in removePermissions()
/packages/apps/Provision/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/Launcher2/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/providers/ApplicationsProvider/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/Phone/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/wallpapers/Basic/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/Calculator/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/Exchange/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/Email/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/wallpapers/MusicVisualization/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/Contacts/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/QuickSearchBox/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/providers/TelephonyProvider/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/CertInstaller/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/Music/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/inputmethods/LatinIME/java/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/providers/ContactsProvider/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/providers/DownloadProvider/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/BasicSmsReceiver/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/wallpapers/MagicSmoke/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/inputmethods/PinyinIME/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.
/packages/apps/DeskClock/
DNOTICE10 See the License for the specific language governing permissions and
37 exercising permissions granted by this License.
164 risks associated with Your exercise of permissions under this License.

123