/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ServiceDeclaration.java | 38 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()
|
D | GattService.java | 420 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/ |
D | GrantActivity.java | 139 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/ |
D | ContactsActor.java | 207 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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/ |
D | NOTICE | 10 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.
|