Searched refs:postfix (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java53 * <row postfix="phones">
56 * <row postfix="phones">
78 private final static String POSTFIX = "postfix";
112 String postfix = atts.getValue(POSTFIX);
113 if (postfix != null) {
115 postfix);
/frameworks/native/cmds/installd/
H A Dinstalld.h133 const char* postfix);
137 const char *postfix,
H A Dutils.c24 const char* postfix)
26 const size_t postfix_len = strlen(postfix);
46 || append_and_increment(&dst, postfix, &dst_size) < 0) {
55 * Create the package path name for a given package name with a postfix for
60 const char *postfix,
98 return create_pkg_path_in_dir(path, &dir, pkgname, postfix);
21 create_pkg_path_in_dir(char path[PKG_PATH_MAX], const dir_rec_t* dir, const char* pkgname, const char* postfix) argument
58 create_pkg_path(char path[PKG_PATH_MAX], const char *pkgname, const char *postfix, userid_t userid) argument
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp298 char postfix[postfixSize + 1]; local
299 memset(postfix, 'a', postfixSize);
300 postfix[postfixSize] = '\0';
302 EXPECT_EQ(-1, create_pkg_path(path, "com.example.package", postfix, 0))
303 << "Should return error because postfix is too long.";
310 << "Should return error because postfix is too long.";
393 << "Should return error because postfix is too long.";
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java603 public boolean setP2pSsidPostfix(String postfix) { argument
604 return doBooleanCommand("SET p2p_ssid_postfix " + postfix);

Completed in 99 milliseconds