HomeSort by relevance Sort by last modified time
    Searched refs:configPath (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothHealthProfileHandler.java 142 String configPath = mHealthAppConfigs.get(chan.mConfig);
145 if (!mBluetoothService.createChannelNative(deviceObjectPath, configPath,
211 String configPath = mHealthAppConfigs.get(config);
212 if (configPath == null) return false;
412 String configPath = mBluetoothService.getChannelApplicationNative(channelPath);
413 if (configPath == null) {
418 if (e.getValue().equals(configPath)) {
422 if (config == null) errorLog("No associated application for path:" + configPath);
  /external/quake/src/com/android/quake/
DownloaderActivity.java 140 File configPath = new File(destPath, configFilename);
143 is = new FileInputStream(configPath);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 385 configPath = FileJustPath(configFile) + "/"
386 segOutput = configPath + "Seg_" + segName + ".mid"

Completed in 793 milliseconds