Home
last modified time | relevance | path

Searched refs:role (Results 1 – 5 of 5) sorted by relevance

/development/tools/repo_diff/service/repodiff/remote_scripts/
Dgce_startup.sh23 …policy-binding $googleProjectID --member serviceAccount:$serviceAccount --role roles/compute.insta…
/development/apps/Development/src/com/android/development/
DConnectivity.java389 private String roleName(int role) { in roleName() argument
390 return ROLE_NAMES.get(role, Integer.toString(role)); in roleName()
394 public void onInterfaceStateChanged(String iface, int state, int role, in onInterfaceStateChanged() argument
396 Log.d(TAG, iface + " " + stateName(state) + " " + roleName(role) in onInterfaceStateChanged()
/development/samples/VirtualDeviceManager/virtualcamera/src/com/example/android/vdmdemo/virtualcamera/
DVirtualCameraDemoService.java29 import android.app.role.RoleManager;
/development/samples/VirtualDeviceManager/
DREADME.md202 - **Device profile**: Enables device streaming CDM role as opposed to app
203 streaming role, with all differences in policies that this entails. \
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DVdmService.java34 import android.app.role.RoleManager;