Home | History | Annotate | Download | only in android

Lines Matching refs:String16

28 #include <utils/String16.h>
44 virtual void onObbResult(const android::String16& filename, const int32_t nonce,
94 mMountService = interface_cast<IMountService>(sm->getService(String16("mount")));
138 String16 rawPath16(rawPath);
139 String16 canonicalPath16(canonicalPath);
140 String16 key16(key);
146 String16 filename16(filename);
151 String16 filename16(filename);
156 String16 filename16(filename);
157 String16 path16;
166 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const int32_t state) {