Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/
DDefaultDataHandler.java112 String postfix = atts.getValue(POSTFIX); in parseRow() local
113 if (postfix != null) { in parseRow()
115 postfix); in parseRow()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java178 public boolean setP2pSsidPostfix(String postfix) { in setP2pSsidPostfix() argument
179 return mSupplicantP2pIfaceHal.setSsidPostfix(postfix); in setP2pSsidPostfix()
DSupplicantP2pIfaceHal.java589 public boolean setSsidPostfix(String postfix) { in setSsidPostfix() argument
593 if (postfix == null) { in setSsidPostfix()
598 SupplicantResult<Void> result = new SupplicantResult("setSsidPostfix(" + postfix + ")"); in setSsidPostfix()
601 NativeUtil.decodeSsid("\"" + postfix + "\""))); in setSsidPostfix()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp345 char postfix[postfixSize + 1]; in TEST_F() local
346 memset(postfix, 'a', postfixSize); in TEST_F()
347 postfix[postfixSize] = '\0'; in TEST_F()
349 EXPECT_EQ(-1, create_pkg_path(path, "com.example.package", postfix, 0)) in TEST_F()
/frameworks/native/cmds/installd/
Dutils.h53 const char *postfix,
Dutils.cpp133 const char *postfix, userid_t userid) { in create_pkg_path() argument
139 std::string _tmp(create_data_user_ce_package_path(nullptr, userid, pkgname) + postfix); in create_pkg_path()
/frameworks/native/vulkan/api/templates/
Dvulkan_common.tmpl124 Emits the fixed-size-array postfix for pseudonym types annotated with @array
Dvk_xml.tmpl420 Emits the fixed-size-array postfix for pseudonym types annotated with @array