Home | History | Annotate | Download | only in am

Lines Matching refs:profileFd

584             String profileFile, ParcelFileDescriptor profileFd, int userId) {
622 profileFile, profileFd,
639 ParcelFileDescriptor profileFd, WaitResult outResult, Configuration config,
652 profileFile, profileFd, userId);
941 ParcelFileDescriptor profileFd = null;
947 profileFd = mService.mProfileFd;
953 if (profileFd != null) {
955 profileFd = profileFd.dup();
957 if (profileFd != null) {
959 profileFd.close();
962 profileFd = null;
971 mService.isNextTransitionForward(), profileFile, profileFd,