Home
last modified time | relevance | path

Searched refs:BASE_URL (Results 1 – 3 of 3) sorted by relevance

/development/tools/otagui/src/router/
Dindex.js38 history: createWebHistory(process.env.BASE_URL),
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java75 public static final String BASE_URL = "https://samplesyncadapter2.appspot.com"; field in NetworkUtilities
77 public static final String AUTH_URI = BASE_URL + "/auth";
79 public static final String SYNC_CONTACTS_URI = BASE_URL + "/sync";
/development/tools/ota_analysis/src/router/
Dindex.js34 history: createWebHistory(process.env.BASE_URL),