Lines Matching refs:String16
45 virtual void onObbResult(const android::String16& filename, const int32_t nonce,
89 String16 fileName(obbFile->getFileName()); in getObbInfo()
90 String16 packageName(obbFile->getPackageName()); in getObbInfo()
109 mMountService = interface_cast<IMountService>(sm->getService(String16("mount"))); in initialize()
158 String16 rawPath16(rawPath); in mountObb()
159 String16 canonicalPath16(canonicalPath); in mountObb()
165 String16 filename16(filename); in unmountObb()
170 String16 filename16(filename); in isObbMounted()
175 String16 filename16(filename); in getMountedObbPath()
176 String16 path16; in getMountedObbPath()
185 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const i… in onObbResult()