Searched defs:readFile (Results 1 - 8 of 8) sorted by last modified time

/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java212 byte[] stored = readFile(getLockPasswordFilename(userId));
217 stored = readFile(getLegacyLockPasswordFilename(userId));
226 byte[] stored = readFile(getLockPatternFilename(userId));
231 stored = readFile(getBaseZeroLockPatternFilename(userId));
236 stored = readFile(getLegacyLockPatternFilename(userId));
257 byte[] contents = readFile(name);
261 private byte[] readFile(String name) { method in class:LockSettingsStorage
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java189 private String readFile(Context context, int resourceId) { method in class:ColorFade
201 String source = readFile(context, resourceId);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java573 final String contents = readFile(portDir, SYSFS_PORT_SUPPORTED_MODES);
586 final String contents = readFile(portDir, SYSFS_PORT_MODE);
599 final String contents = readFile(portDir, SYSFS_PORT_POWER_ROLE);
612 final String contents = readFile(portDir, SYSFS_PORT_DATA_ROLE);
636 private static String readFile(File dir, String filename) { method in class:UsbPortManager
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DToastTest.java57 private static String readFile(String fn) { method in class:ToastTest
87 String text = "freq=" + readFile("/sys/class/leds/red/device/grpfreq")
88 + "\npwm=" + readFile("/sys/class/leds/red/device/grppwm");
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp433 bool BootAnimation::readFile(const char* name, String8& outString) function in class:android::BootAnimation
457 if (!readFile("desc.txt", desString)) {
464 if (readFile("audio_conf.txt", audioConf)) {
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java833 private String readFile(String file, char endChar) { method in class:ProcessCpuTracker
866 String cmdName = readFile(cmdlineFile, '\0');
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java242 readFile(file, rewriter);
296 readFile(file, reader);
368 private static void readFile(File file, Reader reader) throws IOException { method in class:FileRotator

Completed in 178 milliseconds